mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
8 lines
284 B
YAML
8 lines
284 B
YAML
- name: personalstation setup | Install Flatpak Apps
|
|
flatpak:
|
|
name: "{{ item.name }}"
|
|
remote: "{{ item.remote }}"
|
|
state: present
|
|
loop: "{{ flatpak_packages_personalstation_present }}"
|
|
when: flatpak_packages_personalstation_present is defined
|
|
tags: common, software |