diff --git a/tasks/main.yml b/tasks/main.yml index 2491bf8..767ba7e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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