File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 58
58
- name : Install ansible
59
59
# The command pip3 install --user ansible==2.10.17 doesn't work as we have an old version
60
60
# 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
61
62
run : python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
62
63
63
64
# https://docs.ansible.com/ansible/2.10/collections/community/general/uptimerobot_module.html
Original file line number Diff line number Diff line change 31
31
- name : Install ansible
32
32
# The command pip3 install --user ansible==2.10.17 doesn't work as we have an old version
33
33
# 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
34
35
run : python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
35
36
36
37
- name : Show ansible version
Original file line number Diff line number Diff line change 60
60
- name : Install ansible-vault
61
61
# The command pip3 install --user ansible==2.10.17 doesn't work as we have an old version
62
62
# 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
63
64
run : python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
64
65
65
66
- name : Show tools versions
You can’t perform that action at this time.
0 commit comments