mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 23:48:32 +02:00
bitwarden
This commit is contained in:
9
roles/timeshift/tasks/main.yml
Normal file
9
roles/timeshift/tasks/main.yml
Normal file
@ -0,0 +1,9 @@
|
||||
- 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'
|
||||
|
Reference in New Issue
Block a user