Skip to content

Commit

Permalink
add Gather facts to remove-node.yml (#8231)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrozhkov committed Nov 29, 2021
1 parent a5f88e1 commit 09c17ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions remove-node.yml
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 09c17ba

Please sign in to comment.