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 - name: Install Ansible
shell: bash shell: bash
run: | run: |
apt update apt update -y
apt install software-properties-common apt install software-properties-common -y
add-apt-repository --yes --update ppa:ansible/ansible add-apt-repository --yes --update ppa:ansible/ansible
apt install ansible apt install ansible -y
- name: Deploy - name: Deploy
shell: bash shell: bash