mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-05 20:26:37 +02:00
playbooks/remove_node.yml: fixes localhost validation task (#12420)
- Add gather_facts: false (no system facts needed for validation) - Add become: false (no privilege escalation needed on localhost)
This commit is contained in:
parent
9e8bf18aa1
commit
d198b2ca53
@ -1,6 +1,8 @@
|
||||
---
|
||||
- name: Validate nodes for removal
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
become: false
|
||||
tasks:
|
||||
- name: Assert that nodes are specified for removal
|
||||
assert:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user