temp: reboot test playbook
This commit is contained in:
parent
1c729ade06
commit
6bb69cc080
1 changed files with 15 additions and 0 deletions
15
playbooks/reboot_test.yaml
Normal file
15
playbooks/reboot_test.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue