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:
Aurélien Bompard
2022-06-24 10:55:09 +02:00
parent 07412ae2fe
commit a3f9082a07

View File

@@ -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