add yes args
All checks were successful
Deploy Containers / Prepare (push) Successful in 53s

This commit is contained in:
2026-01-10 00:36:35 -05:00
parent 8489ebe6df
commit 950464db7e

View File

@@ -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