Ohai and facter modules should not use the ansible_facts API.

pull/4420/head
Jeroen Hoekx 2012-04-24 16:57:04 +02:00
parent 02abb5a83b
commit d3d26d0cd6
2 changed files with 0 additions and 4 deletions

View File

@ -22,6 +22,4 @@
# facter
# ruby-json
echo '{ "ansible_facts":'
/usr/bin/facter --json
echo '}'

View File

@ -18,6 +18,4 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
echo '{ "ansible_facts":'
/usr/bin/ohai
echo '}'