1 2 3 4 5
--- - name: restart oragono become: yes systemd: name="oragono.service" state="restarted" daemon_reload="yes"
☐