1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-09-16 15:21:30 +02:00

gha: use --noconfirm when installing ansible

This commit is contained in:
bretello 2024-07-05 22:25:28 +02:00
parent e502dc2e12
commit 3bd5879d75
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -15,7 +15,7 @@ jobs:
- name: Install ansible
run: |
pacman -Sy
pacman -S ansible
pacman -S ansible --noconfirm
- name: Setup local inventory
run: |