Bugfix: Docker check still failing on "false"

This commit is contained in:
Xan Manning 2021-01-10 16:18:18 +00:00
parent 8f0e9f22af
commit e954ba13c4
2 changed files with 9 additions and 0 deletions

View File

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

View File

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