1
0
mirror of https://github.com/PyratLabs/ansible-role-k3s.git synced 2025-03-31 17:45:45 +02:00

Bugfix, missing become on cluser token check

This commit is contained in:
Xan Manning 2021-02-28 17:35:23 +00:00
parent 15141e9d86
commit a8c5cd4407

View File

@ -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) }}"