ladislav.dusa afc7817a81 conf added
2024-12-11 16:33:42 +01:00

10 lines
251 B
YAML
Executable File

- name: Install timeshift packages
ansible.builtin.apt:
name:
- timeshift
update_cache: yes
become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
ignore_errors: true
when: inventory_hostname != 'nas.home.lan'