From 9e5701ac3ec6df583546a4f7573610f6d7318da8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 13 Jun 2023 11:48:35 +0200 Subject: add role ws/flatpak and install audicity/tenacity from flathub --- inventory/host_vars/ch-equinox-t450s.yml | 7 +++++-- inventory/host_vars/ch-equinox-ws.yml | 9 ++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml index 3a4927b6..322199d6 100644 --- a/inventory/host_vars/ch-equinox-t450s.yml +++ b/inventory/host_vars/ch-equinox-t450s.yml @@ -80,7 +80,6 @@ ws_base_extra_packages: - aisleriot - atftp - asciidoc - - audacity - autoconf - automake - avr-libc @@ -123,7 +122,6 @@ ws_base_extra_packages: - etherwake - filezilla - flac - - flatpak - fldigi - flex - freecad @@ -395,3 +393,8 @@ ws_minet_openwifi_connections: ssid: WirelessViennaAirport ws_minet_wpa_supplicant_conf: "{{ lookup('unvault', ([global_files_dir, 'chaos-at-home', 'wpa_supplicant.conf.vault'] | path_join | realpath)) }}" + + +ws_flatpak_apps: + - name: org.tenacityaudio.Tenacity + - name: org.audacityteam.Audacity diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index 8059162a..4c9cac0c 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -70,11 +70,11 @@ spreadspace_apt_repo_components: wakeonlan_interfaces: - enp4s0 + ws_base_extra_packages: - aisleriot - atftp - asciidoc - - audacity - autoconf - automake - avr-libc @@ -117,7 +117,6 @@ ws_base_extra_packages: - etherwake - filezilla - flac - - flatpak - fldigi - flex - freecad @@ -299,7 +298,6 @@ ws_base_extra_packages: # - virtualbox # - youtube-dl - ws_base_xrandr_setup_script: | #!/bin/bash @@ -309,3 +307,8 @@ ws_base_xrandr_setup_script: | xrandr --output HDMI-A-0 --mode 3840x2160 --same-as DisplayPort-0 && true exit 0 + + +ws_flatpak_apps: + - name: org.tenacityaudio.Tenacity + - name: org.audacityteam.Audacity -- cgit v1.2.3