mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-24 20:35:04 -02:30
Introduced internal_facts.yml and adapt playbooks to use this (#12492)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
when: pause_result.user_input | default('yes') != 'yes'
|
||||
|
||||
- name: Gather facts
|
||||
import_playbook: facts.yml
|
||||
import_playbook: internal_facts.yml
|
||||
when: reset_nodes | default(True) | bool
|
||||
|
||||
- name: Reset node
|
||||
|
||||
Reference in New Issue
Block a user