Browse Source

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

pull/8236/head
IKRozhkov 3 years ago
committed by GitHub
parent
commit
09c17ba581
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. 3
      remove-node.yml

3
remove-node.yml

@ -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…
Cancel
Save