Skip to content
Snippets Groups Projects
Unverified Commit 09c17ba5 authored by IKRozhkov's avatar IKRozhkov Committed by GitHub
Browse files

add Gather facts to remove-node.yml (#8231)

parent a5f88e14
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}"
......
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