diff --git a/.ci/ansible-setup.sh b/.ci/ansible-setup.sh index 4cf20ffd..55170776 100755 --- a/.ci/ansible-setup.sh +++ b/.ci/ansible-setup.sh @@ -11,7 +11,7 @@ AVM_VERSION="v1.0.0" export ANSIBLE_VERSIONS_0="2.3.1.0" export INSTALL_TYPE_0="pip" export ANSIBLE_LABEL_0="v2.3" -## Install Ansible 2.4.1 using pip and label it 'v2.4' +## Install Ansible 2.5.X using pip and label it 'v2.5' export ANSIBLE_VERSIONS_1="2.5.0.0" export INSTALL_TYPE_1="pip" export ANSIBLE_LABEL_1="v2.5"