[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:
Tim Flink 2021-06-09 13:39:28 -06:00
parent 9f273622e0
commit daa7ad21c1

View file

@ -20,6 +20,11 @@
- httpd
- blockerbugs
- name: Ensure group `blockerbugs` exists
group:
name: blockerbugs
state: present
- name: create the `blockerbugs` user
user:
name: blockerbugs