Added initial tasks to bluefin role

This commit is contained in:
Raphael 2025-04-20 15:52:26 +02:00
parent 37cd5f6f54
commit 5c6f244091
3 changed files with 12 additions and 2 deletions

5
h.yml
View file

@ -8,6 +8,9 @@
when: ansible_distribution == 'Fedora'
and
ansible_nodename != 'bluefin'
- name: bluefin
when: ansible_distribution == 'Fedora'
and
ansible_nodename == 'bluefin'
- name: gnome
when: ansible_env.DESKTOP_SESSION == 'gnome'
- name: dotfiles

View file

@ -1,3 +1,9 @@
#SPDX-License-Identifier: MIT-0
---
# tasks file for bluefin
- name: Install Flatpaks
flatpak:
name: "{{ item }}"
state: present
with_items: "{{ flatpaks_h }}"

View file

@ -30,6 +30,7 @@ packages:
- exa
- gnome-shell-extension-caffeine
- python-psutil
- tldr
flatpaks:
- com.vscodium.codium