Skip to content

Commit

Permalink
Merge pull request #230 from dubmarm/no_tag_vhosts_ssl
Browse files Browse the repository at this point in the history
add no_log to mask vhost_ssl data from output
  • Loading branch information
geerlingguy committed Mar 7, 2024
2 parents 25a7331 + 3dedd6c commit 18d469d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/configure-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions tasks/configure-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions tasks/configure-Suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 18d469d

Please sign in to comment.