mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-12-03 16:21:32 +01:00
gha: use --noconfirm when installing ansible
This commit is contained in:
parent
e502dc2e12
commit
3bd5879d75
2
.github/workflows/ansible.yml
vendored
2
.github/workflows/ansible.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Install ansible
|
||||
run: |
|
||||
pacman -Sy
|
||||
pacman -S ansible
|
||||
pacman -S ansible --noconfirm
|
||||
|
||||
- name: Setup local inventory
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user