diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-21 11:31:18 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-22 08:41:36 -0400 |
commit | 1b0c615d3c1c7dfd6484ba399763282586475599 (patch) | |
tree | 67f0a64f65d7b10b2bb14f449e4189e14f2e5b44 /playbooks/adhoc/uninstall.yml | |
parent | 1bf7844f61785e717f8563d03994841d0a71ac28 (diff) | |
download | openshift-1b0c615d3c1c7dfd6484ba399763282586475599.tar.gz openshift-1b0c615d3c1c7dfd6484ba399763282586475599.tar.bz2 openshift-1b0c615d3c1c7dfd6484ba399763282586475599.tar.xz openshift-1b0c615d3c1c7dfd6484ba399763282586475599.zip |
Removing the openshift facts
Diffstat (limited to 'playbooks/adhoc/uninstall.yml')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |