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:
parent
10005d65e1
commit
1fbe3afb52
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue