Users should be part of the mock group
This commit is contained in:
parent
d1850f1ca9
commit
f8bc34a4d1
@ -55,6 +55,17 @@
|
||||
state: latest
|
||||
update_cache: false
|
||||
|
||||
- name: Ensure users are part of mock group
|
||||
ansible.builtin.user:
|
||||
name: "{{ item }}"
|
||||
groups: mock
|
||||
append: true
|
||||
with_items:
|
||||
- neil
|
||||
- sherif
|
||||
- pgreco
|
||||
- label
|
||||
|
||||
post_tasks:
|
||||
- name: Touching run file that ansible has ran here
|
||||
ansible.builtin.file:
|
||||
|
Loading…
Reference in New Issue
Block a user