From 3401df9fb864e5932678efdf72aa93bfd3de31d1 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 15 Jan 2020 21:43:37 +0100 Subject: [PATCH] Improve error message --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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