migrate from github
This commit is contained in:
8
reboot.yml
Normal file
8
reboot.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Reboot
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Reboot {{ inventory_hostname }}
|
||||
reboot:
|
||||
Reference in New Issue
Block a user