Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2757 from qbl/master
Browse files Browse the repository at this point in the history
Fix issue kubernetes-sigs#2702: 'docker_bin_dir' is undefined when running ansible-playbook remove-node.yml
  • Loading branch information
riverzhang authored May 14, 2018
2 parents d7d85d2 + 52ffd5d commit 32f312f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remove-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

- hosts: kube-node
roles:
- { role: kubespray-defaults }
- { role: reset, tags: reset }

- hosts: kube-master
Expand Down

0 comments on commit 32f312f

Please sign in to comment.