Comment 4 for bug 1716663

Revision history for this message
Jean-Philippe Evrard (jean-philippe-evrard) wrote :

alternatively with jmespath:

not
ansible_local | default({}) | json_query('openstack_ansible.repo_build.need_venv_build') | default(False, True)

could be implemented.