Skip to content

Commit

Permalink
Use dnf -y to avoid dnf blocking on input
Browse files Browse the repository at this point in the history
  • Loading branch information
kyl191 committed Dec 22, 2024
1 parent 7e7e55b commit ed6f4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Update ansible
run: dnf install python39 && pip3.9 install -U ansible
run: dnf install -y python39 && pip3.9 install -U ansible
- name: Setup ansible.posix collection for firewalld
run: ansible-galaxy collection install ansible.posix
- name: Setup community.general collection for ufw
Expand Down

0 comments on commit ed6f4b0

Please sign in to comment.