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

This commit is contained in:
IKRozhkov 2021-11-29 12:01:22 +03:00 committed by GitHub
parent a5f88e14d0
commit 09c17ba581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"