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:
Jeff Geerling 2024-03-06 21:20:47 -06:00 committed by GitHub
commit 18d469dfc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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_log: 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_log: true
- name: Enable Apache mods.
copy:

View file

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