added network utilities installation

This commit is contained in:
aminnairi
2024-01-02 21:18:12 +01:00
parent 491c42fef7
commit 2fb1b95816
+5
View File
@@ -13,6 +13,11 @@
pacman:
name: bpytop
state: present
- name: Install Bind (network utilities, nslookup, dig, ...)
become: true
pacman:
name: bind
state: present
- name: Install Which
become: true
pacman: