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

Fix post scripts and use multiple OS versions in tests (#70)

This commit is contained in:
Jason N 2024-03-14 20:38:19 -04:00 committed by GitHub
parent 10524ae6ea
commit 3dc05c0efc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 59 additions and 50 deletions

View file

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