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

Commit 18de4c3

Browse files
author
staticdev
committed
CI dependencies update
1 parent 118ec19 commit 18de4c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.9"
2525

2626
- name: Install test dependencies
27-
run: pip install --constraint=.github/workflows/constraints.txt yamllint ansible-lint
27+
run: pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
2828

2929
- name: Lint code
3030
run: |

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pip==21.1.2
2-
ansible-base==2.10.10
2+
ansible==4.0.0
33
yamllint==1.26.1
44
ansible-lint==5.0.11

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Install Ansible
3030
run: |
31-
pip install --constraint=.github/workflows/constraints.txt ansible-base
31+
pip install --constraint=.github/workflows/constraints.txt ansible
3232
3333
- name: Trigger a new import on Galaxy.
3434
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)

0 commit comments

Comments
 (0)