6 lines
114 B
YAML
6 lines
114 B
YAML
---
|
|
- name: reboot in 1 minute
|
|
command: "shutdown -r +1"
|
|
|
|
# vim: set tabstop=2 shiftwidth=2 expandtab smarttab:
|