diff --git a/tasks/configure-Debian.yml b/tasks/configure-Debian.yml index 4d4237f..0ac1828 100644 --- a/tasks/configure-Debian.yml +++ b/tasks/configure-Debian.yml @@ -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: diff --git a/tasks/configure-RedHat.yml b/tasks/configure-RedHat.yml index 6b71954..7de1321 100644 --- a/tasks/configure-RedHat.yml +++ b/tasks/configure-RedHat.yml @@ -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: diff --git a/tasks/configure-Suse.yml b/tasks/configure-Suse.yml index 9f084cf..b7dfebc 100644 --- a/tasks/configure-Suse.yml +++ b/tasks/configure-Suse.yml @@ -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: