Do not log long list of installed packages

This keeps the output more readable.
This commit is contained in:
Till Maas 2018-07-31 18:19:14 +02:00
parent d76ac65581
commit 987c8d05bb

View file

@ -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