From 2e6585c6af28bf4b30525b8e62f63b0fb67d8025 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:51:32 -0400 Subject: [PATCH] test updating --- tests/vm/flatpak.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/vm/flatpak.yml diff --git a/tests/vm/flatpak.yml b/tests/vm/flatpak.yml new file mode 100644 index 0000000..6f46263 --- /dev/null +++ b/tests/vm/flatpak.yml @@ -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