bitwarden

This commit is contained in:
jaydee
2024-12-11 10:07:16 +01:00
parent 88fe512e87
commit f3f57b85a0
12 changed files with 551 additions and 0 deletions

View 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'