robosignatory: add group first before user.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
60129164b8
commit
c0c05799b7
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue