mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-15 03:40:45 -03:30
Merge pull request #367 from bogdando/set_facts
Fix set_facts visibility
This commit is contained in:
commit
277c5d74cc
@ -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…
x
Reference in New Issue
Block a user