helps to spell, change tag to log

This commit is contained in:
dmarm 2021-11-09 16:03:26 -08:00
parent f444b0d933
commit 3dedd6c340
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: