Skip to content

Commit 6a519b3

Browse files
fix workflow
1 parent a75be1f commit 6a519b3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ansible-deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
needs: lint
4040
runs-on: self-hosted
4141
steps:
42-
- uses: actions/checkout@v4
42+
- name: Checkout
43+
uses: actions/checkout@v4
44+
- name: Install Ansible
45+
run: |
46+
pip install ansible
4347
- name: Deploy with Ansible
4448
run: |
4549
cd ansible

0 commit comments

Comments
 (0)