Feat: Ensure wheel group exists
This commit is contained in:
parent
2a8fe45416
commit
0001a9862d
@ -1,4 +1,9 @@
|
||||
---
|
||||
- name: Ensure wheel group exists
|
||||
group:
|
||||
name: wheel
|
||||
state: present
|
||||
|
||||
- name: Add deploy users
|
||||
user:
|
||||
name: "{{ item.username }}"
|
||||
|
Loading…
Reference in New Issue
Block a user