mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Prevent facter stderr messages from confusing ansible
This commit is contained in:
parent
dcbe48e2d4
commit
fba4d9232d
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@
|
|||
# facter
|
||||
# ruby-json
|
||||
|
||||
/usr/bin/facter --json
|
||||
/usr/bin/facter --json 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue