mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-21 10:30:18 +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 }}"
|
||||
register: apache_ssl_certificates
|
||||
with_items: "{{ apache_vhosts_ssl }}"
|
||||
no_tag: true
|
||||
no_log: true
|
||||
|
||||
- name: Add apache vhosts configuration.
|
||||
template:
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
stat: path={{ item.certificate_file }}
|
||||
register: apache_ssl_certificates
|
||||
with_items: "{{ apache_vhosts_ssl }}"
|
||||
no_tag: true
|
||||
no_log: true
|
||||
|
||||
- name: Add apache vhosts configuration.
|
||||
template:
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
stat: path={{ item.certificate_file }}
|
||||
register: apache_ssl_certificates
|
||||
with_items: "{{ apache_vhosts_ssl }}"
|
||||
no_tag: true
|
||||
no_log: true
|
||||
|
||||
- name: Add apache vhosts configuration.
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue