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