temp: reboot test playbook
Some checks failed
/ Ansible Lint (push) Failing after 1m49s

This commit is contained in:
June 2025-06-30 22:26:33 +02:00
commit 22bb558b5c
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -0,0 +1,14 @@
---
- name: reboot test
hosts: all
tasks:
- name: debug before
ansible.builtin.debug:
msg: before
- name: reboot
ansible.builtin.reboot:
- name: debug after
ansible.builtin.debug:
msg: after