Merge pull request #29 from clrxbl/patch-1

Become superuser to solve "Access denied"
This commit is contained in:
Xan Manning 2020-05-31 10:50:18 +01:00 committed by GitHub
commit 9d04e315ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@
retries: "{{ play_hosts | length }}"
delay: 2
when: k3s_control_node and not k3s_primary_control_node
become: "{{ k3s_become_for_systemd | ternary(true, false, k3s_become_for_all) }}"
- name: Wait for control plane to be ready to accept connections
wait_for: