mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 02:50:19 +01:00
helps to spell, change tag to log
This commit is contained in:
parent
f444b0d933
commit
3dedd6c340
3 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
||||||
stat: "path={{ item.certificate_file }}"
|
stat: "path={{ item.certificate_file }}"
|
||||||
register: apache_ssl_certificates
|
register: apache_ssl_certificates
|
||||||
with_items: "{{ apache_vhosts_ssl }}"
|
with_items: "{{ apache_vhosts_ssl }}"
|
||||||
no_tag: true
|
no_log: true
|
||||||
|
|
||||||
- name: Add apache vhosts configuration.
|
- name: Add apache vhosts configuration.
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
stat: path={{ item.certificate_file }}
|
stat: path={{ item.certificate_file }}
|
||||||
register: apache_ssl_certificates
|
register: apache_ssl_certificates
|
||||||
with_items: "{{ apache_vhosts_ssl }}"
|
with_items: "{{ apache_vhosts_ssl }}"
|
||||||
no_tag: true
|
no_log: true
|
||||||
|
|
||||||
- name: Add apache vhosts configuration.
|
- name: Add apache vhosts configuration.
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
stat: path={{ item.certificate_file }}
|
stat: path={{ item.certificate_file }}
|
||||||
register: apache_ssl_certificates
|
register: apache_ssl_certificates
|
||||||
with_items: "{{ apache_vhosts_ssl }}"
|
with_items: "{{ apache_vhosts_ssl }}"
|
||||||
no_tag: true
|
no_log: true
|
||||||
|
|
||||||
- name: Add apache vhosts configuration.
|
- name: Add apache vhosts configuration.
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue