Adjust path and add missing quotes
This commit is contained in:
parent
c39489fb69
commit
ed247e5279
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@
|
|||
src={{ item }} dest=/etc/pki/tls/certs/{{ item }}
|
||||
owner=root group=root mode=0600
|
||||
with_items:
|
||||
- {{ private }}/httpd/release-monitoring.org.cert
|
||||
- {{ private }}/httpd/release-monitoring.org.key
|
||||
- {{ private }}/httpd/release-monitoring.org.intermediate.cert
|
||||
- "{{ private }}/files/httpd/release-monitoring.org.cert"
|
||||
- "{{ private }}/files/httpd/release-monitoring.org.key"
|
||||
- "{{ private }}/files/httpd/release-monitoring.org.intermediate.cert"
|
||||
tags:
|
||||
- config
|
||||
- anitya_frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue