mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
6 lines
101 B
YAML
6 lines
101 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
tasks:
|
|
- name: Restart the server
|
|
ansible.builtin.reboot:
|