add Gather facts to remove-node.yml (#8231)
This commit is contained in:
parent
a5f88e14d0
commit
09c17ba581
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
- { role: kubespray-defaults }
|
||||
- { role: remove-node/pre-remove, tags: pre-remove }
|
||||
|
||||
- name: Gather facts
|
||||
import_playbook: facts.yml
|
||||
|
||||
- hosts: "{{ node | default('kube_node') }}"
|
||||
gather_facts: no
|
||||
environment: "{{ proxy_disable_env }}"
|
||||
|
|
Loading…
Reference in a new issue