copr-be: seems like 'acl' fights with 'copy' module
Will this help with the playbook idempotence?
This commit is contained in:
parent
a2b7a1381c
commit
bb0537b997
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
||||||
- restart lighttpd
|
- restart lighttpd
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
- config_httpd_certificates
|
||||||
|
|
||||||
# When we do 'systemctl restart', lighttpd is initially started as "root"
|
# When we do 'systemctl restart', lighttpd is initially started as "root"
|
||||||
# process (when the config is loaded) and later it does setuid(lighttpd).
|
# process (when the config is loaded) and later it does setuid(lighttpd).
|
||||||
|
@ -29,10 +30,11 @@
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
entity: lighttpd
|
entity: lighttpd
|
||||||
etype: user
|
etype: user
|
||||||
permissions: r--
|
permissions: r
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- "/etc/lighttpd/copr-be.cloud.fedoraproject.org.pem"
|
- "/etc/lighttpd/copr-be.cloud.fedoraproject.org.pem"
|
||||||
- "/etc/lighttpd/copr-be.cloud.fedoraproject.org.intermediate.cert"
|
- "/etc/lighttpd/copr-be.cloud.fedoraproject.org.intermediate.cert"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
- config_httpd_certificates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue