mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added network utilities installation
This commit is contained in:
@@ -13,6 +13,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: bpytop
|
name: bpytop
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install Bind (network utilities, nslookup, dig, ...)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: bind
|
||||||
|
state: present
|
||||||
- name: Install Which
|
- name: Install Which
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user