diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2018-02-12 16:58:51 +0100 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2018-02-12 16:58:51 +0100 |
commit | abd62c5613d47a58ea3a5ef636eb79563d02b8f6 (patch) | |
tree | fd0bf1fd74031c55b0f245e1febe5afabdd590c2 | |
parent | d9c87eaa322c3422d679bcd36422a613278f6345 (diff) | |
download | openshift-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.yml | 1 |
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 |