From 950464db7e708eb6e420f01e2271fe21175b8750 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 00:36:35 -0500 Subject: [PATCH] add yes args --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6ffca58..f15552f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -18,10 +18,10 @@ jobs: - name: Install Ansible shell: bash run: | - apt update - apt install software-properties-common + apt update -y + apt install software-properties-common -y add-apt-repository --yes --update ppa:ansible/ansible - apt install ansible + apt install ansible -y - name: Deploy shell: bash