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