Commit d3d26d0c by Jeroen Hoekx

Ohai and facter modules should not use the ansible_facts API.

parent 02abb5a8
...@@ -22,6 +22,4 @@ ...@@ -22,6 +22,4 @@
# facter # facter
# ruby-json # ruby-json
echo '{ "ansible_facts":'
/usr/bin/facter --json /usr/bin/facter --json
echo '}'
...@@ -18,6 +18,4 @@ ...@@ -18,6 +18,4 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>. # along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# #
echo '{ "ansible_facts":'
/usr/bin/ohai /usr/bin/ohai
echo '}'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment