Users should be part of the mock group

This commit is contained in:
Louis Abel 2023-08-18 14:45:12 -07:00
parent d1850f1ca9
commit f8bc34a4d1
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 11 additions and 0 deletions

View File

@ -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: