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:
parent
0257fe5ccd
commit
0649cfe885
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue