Fix set_facts visibility
Move set_facts to the preinstall scope, so every role may see it. For example, network plugins to see the etcd_endpoint. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>pull/367/head
parent
10b38ab9ff
commit
a76e5dbb11
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
- include: set_facts.yml
|
||||
- include: install.yml
|
||||
- include: set_cluster_health.yml
|
||||
- include: configure.yml
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
- include: gitinfos.yml
|
||||
when: run_gitinfos
|
||||
|
||||
- include: set_facts.yml
|
||||
|
||||
- name: gather os specific variables
|
||||
include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
|
|
Loading…
Reference in New Issue