Remove environment variable in remove-node play (#7729)

This commit is contained in:
Shubham Deshmukh
2021-08-02 16:59:21 +05:30
committed by GitHub
parent 31a5a4e808
commit 86b45fce6a

View File

@ -7,7 +7,6 @@
- hosts: "{{ node | default('etcd:k8s_cluster:calico_rr') }}"
gather_facts: no
environment: "{{ proxy_disable_env }}"
tasks:
- name: Confirm Execution
pause: