bitwarden

This commit is contained in:
jaydee
2024-11-26 19:37:53 +01:00
parent 4f32b163bf
commit 298b3f2d3f
8 changed files with 515 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- name: Upgrade the full OS
ansible.builtin.apt:
upgrade: full
become: true