mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
10 lines
237 B
YAML
10 lines
237 B
YAML
#!/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
|