bitwarden

This commit is contained in:
jaydee
2024-08-18 23:49:57 +02:00
parent 92f3fea8d0
commit a5a260d9ed
2 changed files with 15 additions and 12 deletions

View File

@ -1,7 +1,7 @@
- hosts: odroid_cluster
name: Check for reboot
become: true
gather_facts: no
gather_facts: false
tasks:
- name: Check if file exists using stat module
stat:
@ -13,7 +13,7 @@
var: file_status.stat.exists
- name: Reboot the server
tags: reboot
become: yes
become: true
become_user: root
shell: "sleep 5 && reboot"
async: 1