Browse Source

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

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

1
remove-node.yml

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

Loading…
Cancel
Save