Create the Bodhi group too
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2c4b95d31b
commit
7256690036
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,12 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
- name: create the bodhi user
|
||||
- name: Create the bodhi group
|
||||
group:
|
||||
name: bodhi
|
||||
system: yes
|
||||
|
||||
- name: Create the bodhi user
|
||||
user:
|
||||
name: bodhi
|
||||
group: bodhi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue