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:
parent
10524ae6ea
commit
3dc05c0efc
4 changed files with 59 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue