ansible-infra/playbooks/reboot_test.yaml
June 22bb558b5c
Some checks failed
/ Ansible Lint (push) Failing after 1m49s
temp: reboot test playbook
2025-06-30 22:26:33 +02:00

14 lines
243 B
YAML

---
- 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