Skip to content

Commit

Permalink
testing default bool false
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Brody <dbrody@gofundme.com>
  • Loading branch information
dannybrody committed Jul 16, 2024
1 parent 1d245b4 commit 9eb6d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9eb6d35

Please sign in to comment.