ansible-infra/playbooks/reboot_test.yaml
June 6bb69cc080
Some checks failed
/ Ansible Lint (push) Failing after 1m52s
/ Ansible Lint (pull_request) Failing after 2m6s
temp: reboot test playbook
2025-07-01 03:41:57 +02:00

15 lines
270 B
YAML

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