diff --git a/tasks/configure-Debian.yml b/tasks/configure-Debian.yml index e9b2ad4..771a3cf 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_tag: true - name: Add apache vhosts configuration. template: diff --git a/tasks/configure-RedHat.yml b/tasks/configure-RedHat.yml index 8577461..25e2d11 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_tag: true - name: Add apache vhosts configuration. template: diff --git a/tasks/configure-Suse.yml b/tasks/configure-Suse.yml index 9f084cf..33171fa 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_tag: true - name: Add apache vhosts configuration. template: