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