Merge pull request #324 from lcosmin/devel
Prevent facter stderr messages from confusing ansible
This commit is contained in:
commit
6354752ded
1 changed files with 1 additions and 1 deletions
2
facter
2
facter
|
@ -22,4 +22,4 @@
|
||||||
# facter
|
# facter
|
||||||
# ruby-json
|
# ruby-json
|
||||||
|
|
||||||
/usr/bin/facter --json
|
/usr/bin/facter --json 2>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue