Don't let facter spew things to stderr and confuse Ansible, which now blends stdout/stderr due to paramiko

pty usage.

(This commit from lcosmin, manually applied due to github crossup on my part -- MPD)
reviewable/pr18780/r1
Michael DeHaan 13 years ago
parent 27b562fce8
commit 69fa870bb5

@ -22,4 +22,4 @@
# facter
# ruby-json
/usr/bin/facter --json
/usr/bin/facter --json 2>/dev/null

Loading…
Cancel
Save