add runner user groups
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
ansible.builtin.user:
|
||||
name: "{{ RUNNER_USER }}"
|
||||
create_home: yes
|
||||
groups: "{{ RUNNER_USER_GROUPS }}"
|
||||
append: true
|
||||
home: "{{ RUNNER_DIR }}"
|
||||
|
||||
- name: download runner
|
||||
|
||||
Reference in New Issue
Block a user