fix issues

This commit is contained in:
Torma Kristóf 2020-04-02 15:44:40 +02:00
parent 2ac6f96f8e
commit 4f715c0dfb
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
---
---
- name: Apply common configuration to all nodes
hosts: all
become: true

View File

@ -26,7 +26,6 @@
set_fact:
kubernetes_join_command: >
{{ kubernetes_join_command_result.stdout }}
{{ kubernetes_join_command_extra_opts }}
when: kubernetes_join_command_result.stdout is defined
delegate_to: "{{ item }}"
delegate_facts: true