summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Sedovic <tomas@sedovic.cz>2018-02-12 16:58:51 +0100
committerTomas Sedovic <tomas@sedovic.cz>2018-02-12 16:58:51 +0100
commitabd62c5613d47a58ea3a5ef636eb79563d02b8f6 (patch)
treefd0bf1fd74031c55b0f245e1febe5afabdd590c2
parentd9c87eaa322c3422d679bcd36422a613278f6345 (diff)
downloadopenshift-abd62c5613d47a58ea3a5ef636eb79563d02b8f6.tar.gz
openshift-abd62c5613d47a58ea3a5ef636eb79563d02b8f6.tar.bz2
openshift-abd62c5613d47a58ea3a5ef636eb79563d02b8f6.tar.xz
openshift-abd62c5613d47a58ea3a5ef636eb79563d02b8f6.zip
Remove cluster_facts.yml from the install.yml
It was moved there by accident. There's no reason to have it there explicitly.
-rw-r--r--playbooks/openstack/openshift-cluster/install.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/openstack/openshift-cluster/install.yml b/playbooks/openstack/openshift-cluster/install.yml
index 0c70b5ce2..cb6bf4d11 100644
--- a/playbooks/openstack/openshift-cluster/install.yml
+++ b/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