bitwarden

This commit is contained in:
jaydee
2024-12-11 10:06:23 +01:00
parent 88af9ed79d
commit 88fe512e87
3 changed files with 16 additions and 14 deletions

View File

@ -4,7 +4,7 @@
tasks:
- name: Reboot the server
tags: reboot
become: yes
become: true
become_user: root
shell: "sleep 5 && reboot"
async: 1