From 742e0fc50f5f6317b19d02dd6dc1f6407c084ff7 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 31 Jan 2022 12:45:37 -0500 Subject: [PATCH] Manjaro install iperf3 Ensure iperf3 is installed. --- playbooks/manjaro.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/manjaro.yaml b/playbooks/manjaro.yaml index c8b6063..6c3b3ab 100644 --- a/playbooks/manjaro.yaml +++ b/playbooks/manjaro.yaml @@ -206,6 +206,11 @@ name: dnsutils state: present become: yes + - name: Ensure iperf3 installed + community.general.pacman: + name: iperf3 + state: present + become: yes - name: Ensure remmina (RDP) installed community.general.pacman: name: