Mark this as never changing as we set a bunch of acls on the copied file in the next task

This commit is contained in:
Kevin Fenzi 2015-12-13 18:34:31 +00:00
parent 10005d65e1
commit 1fbe3afb52

View file

@ -198,6 +198,7 @@
- digicert.pem
- name: add ssl key file
copy: src={{ private }}/files/openstack/fedorainfracloud.org.key dest=/etc/pki/tls/private/fedorainfracloud.org.key mode=0600 owner=root group=root
changed_when: False
- name: allow services key access
acl: name=/etc/pki/tls/private/fedorainfracloud.org.key entity={{item}} etype=user permissions="r" state=present