mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-21 10:30:18 +01:00
add no_tag to mask vhost_ssl data from output
This commit is contained in:
parent
0d5779eb4a
commit
f444b0d933
3 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue