summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node/clean_image.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/common/openshift-node/clean_image.yml')
-rw-r--r--playbooks/common/openshift-node/clean_image.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/playbooks/common/openshift-node/clean_image.yml b/playbooks/common/openshift-node/clean_image.yml
deleted file mode 100644
index 38753d0af..000000000
--- a/playbooks/common/openshift-node/clean_image.yml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-- name: Configure nodes
- hosts: oo_nodes_to_config:!oo_containerized_master_nodes
- tasks:
- - name: Remove any ansible facts created during AMI creation
- file:
- path: "/etc/ansible/facts.d/{{ item }}"
- state: absent
- with_items:
- - openshift.fact