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

Allowing storing the Flatpak refs in files (#66)

This commit is contained in:
Jason N 2024-03-12 18:28:03 -04:00 committed by GitHub
parent f4fd87855a
commit 4fac21d55f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 75 additions and 32 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env -S ansible-playbook -i ./ansible_inventory
---
- name: Test for flatpaks
hosts: vm
gather_facts: no
tasks:
- name: Test updating flatpak packages
ansible.builtin.command:
cmd: /usr/bin/flatpak update -y