Fix indentation
This commit is contained in:
parent
26b5d13f1e
commit
c39489fb69
1 changed files with 5 additions and 5 deletions
|
@ -39,13 +39,13 @@
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
|
|
||||||
- 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={{ item }} dest=/etc/pki/tls/certs/{{ item }}
|
||||||
owner=root group=root mode=0600
|
owner=root group=root mode=0600
|
||||||
with_items:
|
with_items:
|
||||||
- {{ private }}/httpd/release-monitoring.org.cert
|
- {{ private }}/httpd/release-monitoring.org.cert
|
||||||
- {{ private }}/httpd/release-monitoring.org.key
|
- {{ private }}/httpd/release-monitoring.org.key
|
||||||
- {{ private }}/httpd/release-monitoring.org.intermediate.cert
|
- {{ private }}/httpd/release-monitoring.org.intermediate.cert
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- anitya_frontend
|
- anitya_frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue