Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 504dce5

Browse files
committed
install ansible natively
1 parent 2e65649 commit 504dce5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,11 @@ jobs:
1919
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
2020
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
2121

22-
- name: Set up Python
23-
uses: actions/setup-python@v5
24-
with:
25-
python-version: '3.12'
26-
cache: 'pip'
27-
28-
- name: Install dependencies
22+
- name: Install Ansible
2923
run: |
30-
python -m pip install --upgrade pip
31-
pip install -r deploy/requirements.txt
24+
sudo apt-get update
25+
sudo apt-get install -y ansible
26+
ansible-galaxy collection install community.docker
3227
3328
- name: Add Server IP to Ansible hosts
3429
run: |

0 commit comments

Comments
 (0)