Changes from 2 days ago to keep getting Artix closer to a complete provision.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
set_fact:
|
||||
i3_yay_packages:
|
||||
- greybird-gtk-theme
|
||||
- enlightenment-arc-theme
|
||||
#- enlightenment-arc-theme
|
||||
- numix-gtk-theme
|
||||
when: ansible_pkg_mgr == "pacman"
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
update_cache: yes
|
||||
|
||||
- name: Workstation | Linux | Software | i3 | Install (yay)
|
||||
command: "yay --noconfirm -S {{ item }}"
|
||||
command: "yay -Qs {{ item }} || yay --noconfirm -S {{ item }}"
|
||||
loop: "{{ i3_yay_packages }}"
|
||||
when: ansible_pkg_mgr == "pacman"
|
||||
become_user: "{{ aur_user }}"
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -17,6 +17,12 @@
|
||||
acf_package: "auto-cpufreq"
|
||||
acf_service: "auto-cpufreq"
|
||||
|
||||
- name: Workstation | Linux | Software | TLP | Facts (Artix)
|
||||
set_fact:
|
||||
ppd_package: "power-profiles-daemon power-profiles-daemon-runit"
|
||||
when: ansible_package_mgr == "pacman"
|
||||
and ansible_service_mgr == "runit"
|
||||
|
||||
## Conflicts ##
|
||||
|
||||
#- name: Workstation | Linux | Software | TLP | Conflicts | Disable
|
||||
|
||||
Reference in New Issue
Block a user