added flatpak/removed signal flatpak/fixed some dotfiles stuf

This commit is contained in:
opal
2023-06-27 12:20:32 -07:00
parent c490c1ae80
commit e84c7e0f16
4 changed files with 8 additions and 3 deletions

View File

@@ -15,6 +15,6 @@
- name: Create symlinks to dotfiles in $HOME
file:
src: "{{ dotfiles_git_dir }}/{{ item }}"
dest: "{{ home }}/.{{ item }}"
dest: "{{ home }}/{{ item }}"
state: link
loop: "{{ home_dotfiles }}"

View File

@@ -36,3 +36,9 @@
- name: Add flathub repository
command: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: install flatpak packages
package:
name: "{{ item }}"
state: present
loop: "{{ flatpak_packages }}"

View File

@@ -47,6 +47,7 @@ general_packages:
- flatpak
- gnome-software-plugin-flatpak
- blueman
- beets
networking_packages:
- nmap
@@ -78,6 +79,5 @@ font_packages:
- fonts-hack
flatpak_packages:
- org.signal.Signal
- org.nicotine_plus.Nicotine
- net.ankiweb.Anki

View File

@@ -1,7 +1,6 @@
---
- name: Workstation setup
hosts: workstation
gather_facts: true
roles:
- role: base
tags: base_tag