mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 13:23:30 +01:00
Bugfix, missing become on cluser token check
This commit is contained in:
parent
15141e9d86
commit
a8c5cd4407
1 changed files with 1 additions and 0 deletions
|
@ -16,3 +16,4 @@
|
|||
failed_when:
|
||||
- not k3s_check_cluster_token.stat.exists
|
||||
- not ansible_check_mode
|
||||
become: "{{ k3s_become_for_kubectl | ternary(true, false, k3s_become_for_all) }}"
|
||||
|
|
Loading…
Reference in a new issue