Skip to content

Commit 3c7caa5

Browse files
committed
chore: add comments to not forget up update ansible in all the places
[skip ci]
1 parent fc4d8f7 commit 3c7caa5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
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

.github/workflows/provision-by-ansible.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
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

.github/workflows/provision-by-terraform.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
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

0 commit comments

Comments
 (0)