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