Skip to content

Commit

Permalink
Fix issue kubernetes-sigs#2702: 'docker_bin_dir' is undefined when ru…
Browse files Browse the repository at this point in the history
…nning ansible-playbook remove-node.yml
  • Loading branch information
qbl committed May 14, 2018
1 parent 86212d5 commit 52ffd5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions remove-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

- hosts: kube-master
roles:
- { role: kubespray-defaults }
- { role: remove-node/pre-remove, tags: pre-remove }

- hosts: kube-node
Expand All @@ -28,5 +27,4 @@

- hosts: kube-master
roles:
- { role: kubespray-defaults }
- { role: remove-node/post-remove, tags: post-remove }

0 comments on commit 52ffd5d

Please sign in to comment.