Skip to content

Commit

Permalink
Try upgrading ansible and ansible-core in the debian like repos
Browse files Browse the repository at this point in the history
  • Loading branch information
kyl191 committed Dec 23, 2024
1 parent 7a836f4 commit 7129cdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
build-debian-like:
runs-on: ubuntu-latest
name: rhel-like-${{ matrix.version }}
name: debian-like-${{ matrix.version }}
needs:
- check-syntax
strategy:
Expand All @@ -167,6 +167,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Upgrade ansible
run: pip install --upgrade ansible ansible-core
- name: Install required dependencies
run: ansible-galaxy install -r /etc/ansible/roles/ansible-role-openvpn/requirements.yml
- name: Make sure ansible connection is sane
Expand Down

0 comments on commit 7129cdb

Please sign in to comment.