From d3d26d0cd6d2200f6e2a97aa95bfe4c8636c39af Mon Sep 17 00:00:00 2001 From: Jeroen Hoekx Date: Tue, 24 Apr 2012 16:57:04 +0200 Subject: [PATCH] Ohai and facter modules should not use the ansible_facts API. --- library/facter | 2 -- library/ohai | 2 -- 2 files changed, 4 deletions(-) diff --git a/library/facter b/library/facter index 7a60021a69d..a9cbf3006a2 100755 --- a/library/facter +++ b/library/facter @@ -22,6 +22,4 @@ # facter # ruby-json -echo '{ "ansible_facts":' /usr/bin/facter --json -echo '}' diff --git a/library/ohai b/library/ohai index 68c0b8acfee..3b6f3ae144c 100755 --- a/library/ohai +++ b/library/ohai @@ -18,6 +18,4 @@ # along with Ansible. If not, see . # -echo '{ "ansible_facts":' /usr/bin/ohai -echo '}' \ No newline at end of file