Explorar el Código

Remove cluster_facts.yml from the install.yml

It was moved there by accident. There's no reason to have it there
explicitly.
Tomas Sedovic hace 7 años
padre
commit
abd62c5613
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      playbooks/openstack/openshift-cluster/install.yml

+ 0 - 1
playbooks/openstack/openshift-cluster/install.yml

@@ -9,7 +9,6 @@
 # some logic here?
 
 - import_playbook: ../../prerequisites.yml
-- import_playbook: ../../init/cluster_facts.yml
 
 - name: run the cluster deploy
   import_playbook: ../../deploy_cluster.yml