Commit f347746c authored by nanahira's avatar nanahira

change

parent 36ca04d9
......@@ -53,7 +53,7 @@
when: kubernetes_join_command_result.stdout is defined
delegate_to: "{{ item }}"
delegate_facts: true
with_items: "{{ groups['all'] }}"
with_items: "{{ groups['k8s'] }}"
- include_tasks: node-setup.yml
when: kubernetes_role == 'node'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment