mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 13:23:30 +01:00
Merge pull request #29 from clrxbl/patch-1
Become superuser to solve "Access denied"
This commit is contained in:
commit
9d04e315ae
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue