[blockerbugs] creating local blockerbugs group
This extends the last change that ensures a local "blockerbugs" user exists on the sync machine. Unfortunately, that doesn't work unless the group specified already exists.
This commit is contained in:
parent
9f273622e0
commit
daa7ad21c1
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
|||
- httpd
|
||||
- blockerbugs
|
||||
|
||||
- name: Ensure group `blockerbugs` exists
|
||||
group:
|
||||
name: blockerbugs
|
||||
state: present
|
||||
|
||||
- name: create the `blockerbugs` user
|
||||
user:
|
||||
name: blockerbugs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue