mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-21 11:30:21 +01:00
Bugfix: Docker check still failing on "false"
This commit is contained in:
parent
8f0e9f22af
commit
e954ba13c4
2 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,14 @@
|
|||
---
|
||||
-->
|
||||
|
||||
## 2021-01-10, v2.4.2
|
||||
|
||||
### Notable changes
|
||||
|
||||
- Bufgix: Docker check still failing on "false"
|
||||
|
||||
---
|
||||
|
||||
## 2021-01-02, v2.4.1
|
||||
|
||||
### Notable changes
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
ansible.builtin.assert:
|
||||
that:
|
||||
- (item.setting not in k3s_runtime_config)
|
||||
or (not k3s_runtime_config[item.setting])
|
||||
success_msg: "{{ item.setting }} not found in server/agent config"
|
||||
fail_msg: >-
|
||||
{{ item.setting }} found in server/agent config.
|
||||
|
|
Loading…
Reference in a new issue