mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-12-04 08:41:31 +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
|
- name: Install ansible
|
||||||
run: |
|
run: |
|
||||||
pacman -Sy
|
pacman -Sy
|
||||||
pacman -S ansible
|
pacman -S ansible --noconfirm
|
||||||
|
|
||||||
- name: Setup local inventory
|
- name: Setup local inventory
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user