File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3131 apt install -y python3
3232 wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && rm get-pip.py
3333 ln -s /usr/bin/python3 /usr/bin/python
34+ python --version
35+ pip --version
3436
3537 - name : Install OpenTofu
3638 uses : opentofu/setup-opentofu@v1
@@ -143,7 +145,9 @@ jobs:
143145 - name : Wait for cloud init script to complete
144146 working-directory : ../themis
145147 run : ansible all -m wait_for -a "path=/var/log/cloud-init-finished.marker timeout=300" -i tofu_aws/hosts.json -v
146-
148+
149+ # Overrides inventory variables to install Redis from the Remi repository using a known working URL, as a
150+ # workaround for bugs in the deployer (dependency resolution errors when building Redis, incorrect Remi URL)
147151 - name : Run the deployer
148152 working-directory : ../themis
149153 run : >
You can’t perform that action at this time.
0 commit comments