Skip to content

Commit

Permalink
Remove environment variable in remove-node play (kubernetes-sigs#7729)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdd1798 authored Aug 2, 2021
1 parent 31a5a4e commit 86b45fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion remove-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

- hosts: "{{ node | default('etcd:k8s_cluster:calico_rr') }}"
gather_facts: no
environment: "{{ proxy_disable_env }}"
tasks:
- name: Confirm Execution
pause:
Expand Down

0 comments on commit 86b45fc

Please sign in to comment.