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
|
||||
tags:
|
||||
- config
|
||||
- config_httpd_certificates
|
||||
|
||||
# When we do 'systemctl restart', lighttpd is initially started as "root"
|
||||
# process (when the config is loaded) and later it does setuid(lighttpd).
|
||||
|
@ -29,10 +30,11 @@
|
|||
path: "{{ item }}"
|
||||
entity: lighttpd
|
||||
etype: user
|
||||
permissions: r--
|
||||
permissions: r
|
||||
state: present
|
||||
with_items:
|
||||
- "/etc/lighttpd/copr-be.cloud.fedoraproject.org.pem"
|
||||
- "/etc/lighttpd/copr-be.cloud.fedoraproject.org.intermediate.cert"
|
||||
tags:
|
||||
- config
|
||||
- config_httpd_certificates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue