From 3dedd6c340009289a2bf281b999ac9f9f66de9a1 Mon Sep 17 00:00:00 2001 From: dmarm Date: Tue, 9 Nov 2021 16:03:26 -0800 Subject: [PATCH] helps to spell, change tag to log --- tasks/configure-Debian.yml | 2 +- tasks/configure-RedHat.yml | 2 +- tasks/configure-Suse.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/configure-Debian.yml b/tasks/configure-Debian.yml index 771a3cf..f5bdbe9 100644 --- a/tasks/configure-Debian.yml +++ b/tasks/configure-Debian.yml @@ -29,7 +29,7 @@ stat: "path={{ item.certificate_file }}" register: apache_ssl_certificates with_items: "{{ apache_vhosts_ssl }}" - no_tag: true + no_log: true - name: Add apache vhosts configuration. template: diff --git a/tasks/configure-RedHat.yml b/tasks/configure-RedHat.yml index 25e2d11..3dd2bb4 100644 --- a/tasks/configure-RedHat.yml +++ b/tasks/configure-RedHat.yml @@ -13,7 +13,7 @@ stat: path={{ item.certificate_file }} register: apache_ssl_certificates with_items: "{{ apache_vhosts_ssl }}" - no_tag: true + no_log: true - name: Add apache vhosts configuration. template: diff --git a/tasks/configure-Suse.yml b/tasks/configure-Suse.yml index 33171fa..b7dfebc 100644 --- a/tasks/configure-Suse.yml +++ b/tasks/configure-Suse.yml @@ -13,7 +13,7 @@ stat: path={{ item.certificate_file }} register: apache_ssl_certificates with_items: "{{ apache_vhosts_ssl }}" - no_tag: true + no_log: true - name: Add apache vhosts configuration. template: