--- - name: Install iperf3 become: true apt: pkg: - iperf3 - name: Enable iperf3 for autostart become: true systemd: name: "iperf3" masked: false enabled: true