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