浏览代码

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 7 年之前
父节点
当前提交
abd62c5613
共有 1 个文件被更改,包括 0 次插入1 次删除
  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