more extensions
Some checks failed
Lint / Lint (3.10) (push) Failing after 14s
Lint / Lint (3.11) (push) Failing after 13s

This commit is contained in:
Ariejan de Vroom 2024-06-07 11:27:48 +02:00
parent 20fdf1eb1d
commit 0eacc15aed
Signed by: ariejan
GPG Key ID: AD739154F713697B
3 changed files with 9 additions and 2 deletions

View File

@ -28,6 +28,7 @@ packages:
- htop - htop
- iotop - iotop
- linux-firmware - linux-firmware
- lm_sensors
- man - man
- man-db - man-db
- man-pages - man-pages
@ -87,3 +88,4 @@ gnome_extensions:
- dash-to-panel@jderose9.github.com - dash-to-panel@jderose9.github.com
- openweather-extension@penguin-teal.github.io - openweather-extension@penguin-teal.github.io
- user-theme@gnome-shell-extensions.gcampax.github.com - user-theme@gnome-shell-extensions.gcampax.github.com
- freon@UshakovVasilii_Github.yahoo.com

View File

@ -1,5 +1,5 @@
--- ---
- name: Install Gnome Extensions - name: Install Gnome Extensions
ansible.builtin.shell: gext install --filesystem {{ item }} ansible.builtin.shell: gext --filesystem install {{ item }}
with_items: "{{ gnome_extensions }}" with_items: "{{ gnome_extensions }}"
changed_when: true changed_when: true

View File

@ -1,4 +1,9 @@
--- ---
- name: Detecting lm_sensors
ansible.builtin.shell: sensors-detect --auto
ignore_errors: true
changed_when: true
- name: Configure GNOME Settings - name: Configure GNOME Settings
ansible.builtin.import_tasks: gsettings.yml ansible.builtin.import_tasks: gsettings.yml