NewsBlur/ansible/playbooks/restart_server.yml

6 lines
101 B
YAML

---
- hosts: all
become: yes
tasks:
- name: Restart the server
ansible.builtin.reboot: