mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-30 14:50:18 +01:00
Merge pull request #230 from dubmarm/no_tag_vhosts_ssl
add no_log to mask vhost_ssl data from output
This commit is contained in:
commit
18d469dfc5
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_log: 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_log: true
|
||||
|
||||
- name: Enable Apache mods.
|
||||
copy:
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
stat: path={{ item.certificate_file }}
|
||||
register: apache_ssl_certificates
|
||||
with_items: "{{ apache_vhosts_ssl }}"
|
||||
no_log: true
|
||||
|
||||
- name: Add apache vhosts configuration.
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue