move some things to workstation since it is the base
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
ansible.builtin.copy:
|
||||
src: files/OpenBar.cfg
|
||||
dest: "/tmp/OpenBar.cfg"
|
||||
mode: '0644'
|
||||
mode: "0644"
|
||||
become: false
|
||||
|
||||
- name: Import OpenBar configuration using dconf
|
||||
@@ -160,27 +160,11 @@
|
||||
become: false
|
||||
changed_when: true
|
||||
|
||||
- name: Ensure flatpak is installed
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- flatpak
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: Add flathub repository
|
||||
community.general.flatpak_remote:
|
||||
name: flathub
|
||||
state: present
|
||||
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
become: true
|
||||
|
||||
- name: Install flatpak applications from flathub
|
||||
community.general.flatpak:
|
||||
name:
|
||||
- com.mattjakeman.ExtensionManager
|
||||
- com.github.tchx84.Flatseal
|
||||
- org.gnome.Evolution
|
||||
- org.keepassxc.KeePassXC
|
||||
- com.belmoussaoui.Authenticator
|
||||
- org.gnome.World.Secrets
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user