From 1b0c615d3c1c7dfd6484ba399763282586475599 Mon Sep 17 00:00:00 2001
From: Brenton Leanhardt <bleanhar@redhat.com>
Date: Wed, 21 Oct 2015 11:31:18 -0400
Subject: Removing the openshift facts

---
 playbooks/adhoc/uninstall.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml
index ecd858e68..3e865706d 100644
--- a/playbooks/adhoc/uninstall.yml
+++ b/playbooks/adhoc/uninstall.yml
@@ -96,6 +96,7 @@
 
     - file: path={{ item }} state=absent
       with_items:
+        - /etc/ansible/facts.d/openshift.fact
         - /etc/atomic-enterprise
         - /etc/etcd
         - /etc/openshift
-- 
cgit v1.2.3