Run sensors_detect as root
Some checks failed
Lint / Lint (3.10) (push) Failing after 15s
Lint / Lint (3.11) (push) Failing after 18s

This commit is contained in:
Ariejan de Vroom 2024-06-07 11:29:18 +02:00
parent 0eacc15aed
commit 753d0fe08b
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -3,6 +3,7 @@
ansible.builtin.shell: sensors-detect --auto ansible.builtin.shell: sensors-detect --auto
ignore_errors: true ignore_errors: true
changed_when: true changed_when: true
become: true
- name: Configure GNOME Settings - name: Configure GNOME Settings
ansible.builtin.import_tasks: gsettings.yml ansible.builtin.import_tasks: gsettings.yml