Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/cloudera_deploy/tasks/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
- name: If Purge is defined, check it is boolean
when: purge is defined
ansible.builtin.assert:
that: purge is sameas true or purge is sameas false
that: purge|bool is sameas true or purge|bool is sameas false
fail_msg: "purge key is present in definition, but not a boolean as expected"
quiet: yes

Expand Down