From 48c210c5ff22c195dbaaca9ea02aa1abcebf3bc5 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. --- facter | 2 -- ohai | 2 -- 2 files changed, 4 deletions(-) diff --git a/facter b/facter index 7a60021a69d..a9cbf3006a2 100755 --- a/facter +++ b/facter @@ -22,6 +22,4 @@ # facter # ruby-json -echo '{ "ansible_facts":' /usr/bin/facter --json -echo '}' diff --git a/ohai b/ohai index 68c0b8acfee..3b6f3ae144c 100755 --- a/ohai +++ b/ohai @@ -18,6 +18,4 @@ # along with Ansible. If not, see . # -echo '{ "ansible_facts":' /usr/bin/ohai -echo '}' \ No newline at end of file