add no_tag to mask vhost_ssl data from output

This commit is contained in:
dmarm 2021-11-09 11:14:46 -08:00
parent 0d5779eb4a
commit f444b0d933
3 changed files with 3 additions and 0 deletions

View file

@ -29,6 +29,7 @@
stat: "path={{ item.certificate_file }}"
register: apache_ssl_certificates
with_items: "{{ apache_vhosts_ssl }}"
no_tag: true
- name: Add apache vhosts configuration.
template:

View file

@ -13,6 +13,7 @@
stat: path={{ item.certificate_file }}
register: apache_ssl_certificates
with_items: "{{ apache_vhosts_ssl }}"
no_tag: true
- name: Add apache vhosts configuration.
template:

View file

@ -13,6 +13,7 @@
stat: path={{ item.certificate_file }}
register: apache_ssl_certificates
with_items: "{{ apache_vhosts_ssl }}"
no_tag: true
- name: Add apache vhosts configuration.
template: