From d2072116f3c90cc587b4ec9bcae465b78c43036a Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 29 Jan 2022 21:35:09 -0500 Subject: [PATCH] Manjaro install nslookup Install nslookup for dns tests --- playbooks/manjaro.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/manjaro.yaml b/playbooks/manjaro.yaml index 2ea062c..1d12523 100644 --- a/playbooks/manjaro.yaml +++ b/playbooks/manjaro.yaml @@ -121,6 +121,11 @@ name: iputils state: present become: yes + - name: Ensure nslookup installed + community.general.pacman: + name: dnsutils + state: present + become: yes - name: Ensure docker installed community.general.pacman: name: