Explorar o código

Fix unwanted removal of openshift.fact file

Currently, existing openshift_facts fact-file (openshift.fact)
is removed during provisioning a new cluster.

This commit removes call to clean_image.yml from
bootstrap.yml as it should not be called from that
playbook.
Michael Gugino %!s(int64=7) %!d(string=hai) anos
pai
achega
d2d3c20eb5
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      playbooks/openshift-node/private/bootstrap.yml

+ 0 - 4
playbooks/openshift-node/private/bootstrap.yml

@@ -39,10 +39,6 @@
   vars:
     l_node_group: oo_nodes_to_bootstrap:!oo_exclude_bootstrapped_nodes
 
-- import_playbook: clean_image.yml
-  vars:
-    l_node_group: oo_nodes_to_bootstrap:!oo_exclude_bootstrapped_nodes
-
 - name: Node Preparation Checkpoint End
   hosts: all
   gather_facts: false