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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: