mirror of
https://github.com/roles-ansible/ansible_role_versioncheck.git
synced 2024-08-16 15:59:49 +02:00
Explicit delegate to localhost
This commit is contained in:
parent
91d9f4d78f
commit
88a80397be
1 changed files with 1 additions and 0 deletions
|
@ -4,3 +4,4 @@
|
||||||
that: "ansible_version.full is version_compare(check_ansible_version, '>=')"
|
that: "ansible_version.full is version_compare(check_ansible_version, '>=')"
|
||||||
msg: >
|
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 2.8 to use this version of the toolbox openstack playbook."
|
||||||
|
delegate_to: localhost
|
||||||
|
|
Loading…
Reference in a new issue