fix issues
This commit is contained in:
parent
2ac6f96f8e
commit
4f715c0dfb
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Apply common configuration to all nodes
|
- name: Apply common configuration to all nodes
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
kubernetes_join_command: >
|
kubernetes_join_command: >
|
||||||
{{ kubernetes_join_command_result.stdout }}
|
{{ kubernetes_join_command_result.stdout }}
|
||||||
{{ kubernetes_join_command_extra_opts }}
|
|
||||||
when: kubernetes_join_command_result.stdout is defined
|
when: kubernetes_join_command_result.stdout is defined
|
||||||
delegate_to: "{{ item }}"
|
delegate_to: "{{ item }}"
|
||||||
delegate_facts: true
|
delegate_facts: true
|
||||||
|
Loading…
Reference in New Issue
Block a user