robosignatory: add group first before user.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-09-30 14:14:49 +00:00 committed by Pierre-Yves Chibon
parent 60129164b8
commit c0c05799b7

View file

@ -9,6 +9,15 @@
- packages
- robosignatory
- name: Create robosignatory group
group:
name: robosignatory
state: present
system: yes
tags:
- config
- robosignatory
- name: Create robosignatory user
user:
name: robosignatory
@ -165,4 +174,4 @@
state: started
tags:
- config
- robosignatory
- robosignatory