Skip to content
Snippets Groups Projects
Commit a76e5dbb authored by Bogdan Dobrelya's avatar Bogdan Dobrelya
Browse files

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: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
parent 10b38ab9
Branches
Tags
No related merge requests found
---
- 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment