Hi everyone,
I'm currently trying to install Dataverse 6.10.1 with Ansible, since I find it much easier and faster. It worked quite well with Dataverse 6.7.1 and Ansible 10 (Core 2.17).
I would like to report an issue with Ansible 12 (Core 2.19) which is now less permissive. The standard procedure fails if the value in a "when" clause is not a boolean. This problem occurs in the task payara.yml on line 88 and the message looks like:
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Task failed: Conditional result (False) was derived from value of type 'NoneType' at '<unknown>'. Conditionals must have a boolean result."}
This error can be bypassed by setting `ALLOW_BROKEN_CONDITIONALS`, but it would be great if the problem could be fixed in the dataverse-ansible gdcc repository. Maybe I should create an issue on GitHub.
Thanks for providing and maintaining dataverse-ansible.
Best regards,
Olivier
IPGP Datacenter