Skip to content

Commit

Permalink
Bugfix: Docker check still failing on "false"
Browse files Browse the repository at this point in the history
  • Loading branch information
xanmanning committed Jan 10, 2021
1 parent 8f0e9f2 commit e954ba1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tasks/validate/configuration/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e954ba1

Please sign in to comment.