Remove redundancy by putting path in src

This commit is contained in:
Pierre-Yves Chibon 2014-10-23 15:24:02 +02:00
parent ed247e5279
commit ef968fe45e

View file

@ -40,12 +40,12 @@
- name: Install the SSL cert so that we can use https - name: Install the SSL cert so that we can use https
copy: > 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 owner=root group=root mode=0600
with_items: with_items:
- "{{ private }}/files/httpd/release-monitoring.org.cert" - release-monitoring.org.cert
- "{{ private }}/files/httpd/release-monitoring.org.key" - release-monitoring.org.key
- "{{ private }}/files/httpd/release-monitoring.org.intermediate.cert" - release-monitoring.org.intermediate.cert
tags: tags:
- config - config
- anitya_frontend - anitya_frontend