You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what should we do?
add extra code in the script that if which ansible is true then do an ansible -v and then check the version matches if not error message an exit?
versioning ansible is not that useful when installing apt-get or yum as you basically have to take the version they have. More useful when building from source.
Perhaps it would be valid then to just error out with some advice to the user on what should do if they need to test their code against a matrix of ansible versions?
It appears that if the provisioned Docker container already contains Ansible, the
ansible_version
flag is ignored:My
.kitchen.yml
:The text was updated successfully, but these errors were encountered: