1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-16 15:59:49 +02:00

Improve error message

This commit is contained in:
L3D 2020-01-15 21:43:37 +01:00
parent 26f53b270f
commit 3401df9fb8
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -3,5 +3,5 @@
assert:
that: "ansible_version.full is version_compare(check_ansible_version, '>=')"
msg: >
"You must update Ansible to at least 2.8 to use this version of the toolbox openstack playbook."
"You must update Ansible to at least {{ check_ansible_version }} to use this version of the toolbox openstack playbook."
delegate_to: localhost