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
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
||||||
#- name: Create the bodhi group
|
- name: Create the bodhi group
|
||||||
# group:
|
group:
|
||||||
# name: bodhi
|
name: bodhi
|
||||||
# system: yes
|
system: yes
|
||||||
|
|
||||||
- name: Create the bodhi user
|
- name: Create the bodhi user
|
||||||
user:
|
user:
|
||||||
|
@ -22,7 +22,6 @@
|
||||||
shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
home: /usr/share/bodhi
|
home: /usr/share/bodhi
|
||||||
system: yes
|
system: yes
|
||||||
append: yes
|
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Configure alembic
|
- name: Configure alembic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue