mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user