From 3bd5879d75de0839f0b36b598d65ed33bf5f9ce6 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 5 Jul 2024 22:25:28 +0200 Subject: [PATCH] gha: use --noconfirm when installing ansible --- .github/workflows/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 6901618..e142acf 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -15,7 +15,7 @@ jobs: - name: Install ansible run: | pacman -Sy - pacman -S ansible + pacman -S ansible --noconfirm - name: Setup local inventory run: |