Ansible issues a warning when there's append
but no groups
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
07412ae2fe
commit
a3f9082a07
1 changed files with 4 additions and 5 deletions
|
@ -9,10 +9,10 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
#- name: Create the bodhi group
|
||||
# group:
|
||||
# name: bodhi
|
||||
# system: yes
|
||||
- name: Create the bodhi group
|
||||
group:
|
||||
name: bodhi
|
||||
system: yes
|
||||
|
||||
- name: Create the bodhi user
|
||||
user:
|
||||
|
@ -22,7 +22,6 @@
|
|||
shell: /sbin/nologin
|
||||
home: /usr/share/bodhi
|
||||
system: yes
|
||||
append: yes
|
||||
state: present
|
||||
|
||||
- name: Configure alembic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue