Browse Source

Merge pull request #2757 from qbl/master

Fix issue #2702: 'docker_bin_dir' is undefined when running ansible-playbook remove-node.yml
pull/2769/head
Rong Zhang 6 years ago
committed by GitHub
parent
commit
32f312f4a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      remove-node.yml

1
remove-node.yml

@ -24,6 +24,7 @@
- hosts: kube-node
roles:
- { role: kubespray-defaults }
- { role: reset, tags: reset }
- hosts: kube-master

Loading…
Cancel
Save