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