1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

add noninteractive

This commit is contained in:
Jason N. 2024-03-14 11:05:36 -04:00
parent 0257fe5ccd
commit 0649cfe885

View file

@ -5,6 +5,7 @@
gather_facts: no
tasks:
# Verifies that the GPG key is functional
- name: Test updating flatpak packages
ansible.builtin.command:
cmd: /usr/bin/flatpak update -y
cmd: /usr/bin/flatpak update -y --noninteractive