mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2025-02-01 23:01:37 +01:00
Bugfix, missing become on cluser token check
This commit is contained in:
parent
15141e9d86
commit
94a153892e
@ -14,6 +14,14 @@
|
||||
---
|
||||
-->
|
||||
|
||||
## 2021-02-28, v2.7.1
|
||||
|
||||
### Notable changes
|
||||
|
||||
- Bugfix, missing become on cluster token check.
|
||||
|
||||
---
|
||||
|
||||
## 2021-02-27, v2.7.0
|
||||
|
||||
### Notable changes
|
||||
|
@ -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 New Issue
Block a user