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:
parent
26f53b270f
commit
3401df9fb8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue