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 94a153892e
2 changed files with 9 additions and 0 deletions

View File

@ -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

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