Browse Source

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 6 năm trước cách đây
mục cha
commit
d2d3c20eb5
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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