temp: reboot test playbook
Some checks failed
/ Ansible Lint (push) Failing after 1m52s
/ Ansible Lint (pull_request) Failing after 2m6s

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

View file

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