mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-08 09:14:13 +00:00
Having an uptime fact allows you to check after a reboot whether the system was effectively rebooted.
```yaml
- name: Safeguard - Was system properly rebooted ?
action: fail msg="System was not properly rebooted"
when: ansible_uptime > 900
```
This patch has been tested on Linux, Solaris and HP-UX.
|
||
|---|---|---|
| .. | ||
| ansible | ||