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