test flatpak

This commit is contained in:
2022-10-29 14:38:34 +00:00
committed by GitHub
parent d40a655a48
commit a3c4fad8bf
2 changed files with 16 additions and 1 deletions

View File

@@ -29,4 +29,16 @@
pkg: "{{ item }}"
with_items: "{{ required_packages }}"
retries: 3
delay: 10
delay: 10
- name: configure flatpak
community.general.flatpak_remote:
name: Flathub
state: present
flatpakrepo_url: https://dl.flathub.org/repo/
- name: install flatpak
become_user: user
community.general.flatpak:
name: "{{ item }}"
with_items: "{{ required__flatpak_packages }}"