From 078690c40592bd36b890409b3966464e822b6f82 Mon Sep 17 00:00:00 2001 From: Danny Brody Date: Tue, 16 Jul 2024 12:04:20 -0700 Subject: [PATCH] testing default bool false --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index e75ce3e..394c096 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -82,7 +82,7 @@ - name: Gather the package facts ansible.builtin.package_facts: manager: auto - no_log: suppress_package_facts_logging + no_log: "{{ suppress_package_facts_logging | default(false) }}" tags: - always