Remove redundancy by putting path in src
This commit is contained in:
parent
ed247e5279
commit
ef968fe45e
1 changed files with 4 additions and 4 deletions
|
@ -40,12 +40,12 @@
|
|||
|
||||
- name: Install the SSL cert so that we can use https
|
||||
copy: >
|
||||
src={{ item }} dest=/etc/pki/tls/certs/{{ item }}
|
||||
src={{ private}}/files/httpd/{{ item }} dest=/etc/pki/tls/certs/{{ item }}
|
||||
owner=root group=root mode=0600
|
||||
with_items:
|
||||
- "{{ private }}/files/httpd/release-monitoring.org.cert"
|
||||
- "{{ private }}/files/httpd/release-monitoring.org.key"
|
||||
- "{{ private }}/files/httpd/release-monitoring.org.intermediate.cert"
|
||||
- release-monitoring.org.cert
|
||||
- release-monitoring.org.key
|
||||
- release-monitoring.org.intermediate.cert
|
||||
tags:
|
||||
- config
|
||||
- anitya_frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue