Skip to content
Snippets Groups Projects
Commit 277c5d74 authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #367 from bogdando/set_facts

Fix set_facts visibility
parents 52a85d57 a76e5dbb
No related branches found
No related tags found
No related merge requests found
--- ---
- include: set_facts.yml
- include: install.yml - include: install.yml
- include: set_cluster_health.yml - include: set_cluster_health.yml
- include: configure.yml - include: configure.yml
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
- include: gitinfos.yml - include: gitinfos.yml
when: run_gitinfos when: run_gitinfos
- include: set_facts.yml
- name: gather os specific variables - name: gather os specific variables
include_vars: "{{ item }}" include_vars: "{{ item }}"
with_first_found: with_first_found:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment