File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5858 - name : Install ansible
5959 # The command pip3 install --user ansible==2.10.17 doesn't work as we have an old version
6060 # See https://docs.ansible.com/ansible/2.10/installation_guide/intro_installation.html#installing-devel-from-github-with-pip
61+ # NOTE: during version bump don't forget to update in other places: provisioning-by-ansible.yml and provisioning-by-terraform.yml
6162 run : python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
6263
6364 # https://docs.ansible.com/ansible/2.10/collections/community/general/uptimerobot_module.html
Original file line number Diff line number Diff line change 3131 - name : Install ansible
3232 # The command pip3 install --user ansible==2.10.17 doesn't work as we have an old version
3333 # See https://docs.ansible.com/ansible/2.10/installation_guide/intro_installation.html#installing-devel-from-github-with-pip
34+ # NOTE: during version bump don't forget to update in other places: deploy.yml and provisioning-by-terraform.yml
3435 run : python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
3536
3637 - name : Show ansible version
Original file line number Diff line number Diff line change 6060 - name : Install ansible-vault
6161 # The command pip3 install --user ansible==2.10.17 doesn't work as we have an old version
6262 # See https://docs.ansible.com/ansible/2.10/installation_guide/intro_installation.html#installing-devel-from-github-with-pip
63+ # NOTE: during version bump don't forget to update in other places: deploy.yml and provisioning-by-ansible.yml
6364 run : python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
6465
6566 - name : Show tools versions
You can’t perform that action at this time.
0 commit comments