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