From 4a5bdaa87b0347bcb9f760f480b7ee5f333bb4a2 Mon Sep 17 00:00:00 2001
From: Vladimir Still <git@vstill.eu>
Date: Wed, 16 Nov 2022 09:42:47 +0100
Subject: [PATCH] ansible: Various T14 updates

---
 ansible/t14.p.vstill.cz.yml | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/ansible/t14.p.vstill.cz.yml b/ansible/t14.p.vstill.cz.yml
index df90140..7b0b21d 100644
--- a/ansible/t14.p.vstill.cz.yml
+++ b/ansible/t14.p.vstill.cz.yml
@@ -138,6 +138,7 @@
           - xmonad-contrib
           - xmobar
           - xorg-xinit
+          - xorg-xmessage
           - xorg-xlsfonts
           - xdg-utils
           - gnu-free-fonts
@@ -174,6 +175,7 @@
           - pulseaudio-bluetooth
           - tk
           - nmap
+          - inetutils
           - evince
           - pdfpc
           - thunar
@@ -190,6 +192,9 @@
           - xf86-input-wacom
           - discord
           - meld
+          - openbsd-netcat
+          - socat
+          - traceroute
       notify:
         - font caches
 
@@ -224,15 +229,16 @@
       pacman:
         pkg:
           - ghc
+          - ghc-static
           - darcs
           - cabal-install
-          - haskell-quickcheck
-          - haskell-hunit
-          - haskell-hakyll
-          - haskell-base-unicode-symbols
-          - haskell-regex-pcre
-          - haskell-hint
-          - haskell-ieee754
+#          - haskell-quickcheck
+#          - haskell-hunit
+#          - haskell-hakyll
+#          - haskell-base-unicode-symbols
+#          - haskell-regex-pcre
+#          - haskell-hint
+#          - haskell-ieee754
           - hlint
 
     - name: Misc tools
@@ -284,6 +290,8 @@
           - p7zip
           - archiso
           - boost
+          - nodejs-lts-fermium  # v14.X
+          - npm
 
     - name: Flake8 linters
       pip:
-- 
GitLab