Skip to content

Commit

Permalink
Install iproute since that seems to be a dependency for ansible to di…
Browse files Browse the repository at this point in the history
…scover interfaces
  • Loading branch information
kyl191 committed Dec 29, 2024
1 parent 314faa5 commit b50f821
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ jobs:
run: while [ "$(sudo podman exec ${{ matrix.version }} systemctl is-system-running)" != "running" ]; do sleep 5; done
- name: Install firewalld
run: sudo podman exec ${{ matrix.version }} dnf -y install firewalld python3-firewall procps-ng
- name: Install iproute so ansible can discover interfaces
run: sudo podman exec ${{ matrix.version }} dnf -y install iproute
- name: Install required dependencies from Ansible Galaxy
run: sudo podman exec ${{ matrix.version }} 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 b50f821

Please sign in to comment.