role_reboot/tasks/main.yml

14 lines
340 B
YAML

---
###########################################################################
#
# This Ansible role is a very simple role that uses the standard **reboot**
# module to reboot the target host.
#
###########################################################################
# tasks file for reboot
- name: Reboot the server
reboot:
# EOF