post_install/roles/bluefin/tasks/main.yml

9 lines
172 B
YAML
Raw Normal View History

2025-04-20 13:44:14 +00:00
#SPDX-License-Identifier: MIT-0
---
# tasks file for bluefin
2025-04-20 13:52:26 +00:00
- name: Install Flatpaks
flatpak:
name: "{{ item }}"
state: present
with_items: "{{ flatpaks_h }}"