Ohai and facter modules should not use the ansible_facts API.

reviewable/pr18780/r1
Jeroen Hoekx 13 years ago
parent 46e8225bbf
commit 48c210c5ff

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

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