mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Do not log long list of installed packages
This keeps the output more readable.
This commit is contained in:
parent
d76ac65581
commit
987c8d05bb
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
# needed for ansible_facts.packages
|
||||
- name: Check which packages are installed
|
||||
package_facts:
|
||||
no_log: true
|
||||
|
||||
# Depending on the plugins, checking installed packages might be slow
|
||||
# for example subscription manager might slow this down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue