Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability to supress the package logging facts #84

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
testing default bool false
Signed-off-by: Danny Brody <[email protected]>
  • Loading branch information
dannybrody committed Jul 16, 2024
commit 9eb6d3544f824e4c0b0d9cd5e99c8a1fe2bd0aac
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -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