copr-be: seems like 'acl' fights with 'copy' module

Will this help with the playbook idempotence?
This commit is contained in:
Pavel Raiskup 2021-12-07 16:22:42 +01:00
parent a2b7a1381c
commit bb0537b997

View file

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