upt playbook

This commit is contained in:
jaydee 2024-07-09 01:00:33 +02:00
parent 2b88f1b008
commit d4794b933d

View File

@ -76,7 +76,7 @@
- psutil - psutil
- autorandr - autorandr
when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router'] when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router']
become: "{{ 'no' if inventory_hostname in groups['nas','router'] else 'yes' }}" become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}"
- name: Just force systemd to reread configs (2.4 and above) - name: Just force systemd to reread configs (2.4 and above)