Fix indentation

This commit is contained in:
Pierre-Yves Chibon 2014-10-23 15:21:12 +02:00
parent 26b5d13f1e
commit c39489fb69

View file

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