Changes from 2 days ago to keep getting Artix closer to a complete provision.
This commit is contained in:
@@ -36,13 +36,20 @@
|
||||
name:
|
||||
- vlc
|
||||
- "{{ appimagelauncher }}"
|
||||
- "{{ evolution }}"
|
||||
- "{{ evolution }}*"
|
||||
#- "{{ evolution }}"
|
||||
#- "{{ evolution }}*" # This was not working in pacman, but also isn't needed anymore.
|
||||
- gparted
|
||||
- hugo
|
||||
- wireless-tools
|
||||
- "{{ wireless_tools }}"
|
||||
state: present
|
||||
|
||||
- name: Workstation | Linux | Software | Packages | Install From AUR
|
||||
command: "yay -Qs {{ item }} || yay --noconfirm -S {{ item }}"
|
||||
loop:
|
||||
- appimagelauncher
|
||||
when: ansible_pkg_mgr == "pacman"
|
||||
become_user: "{{ aur_user }}"
|
||||
|
||||
- name: Workstation | Linux | Software | Packages | GS Connect (KDE Connect, Android Tool)
|
||||
package:
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user