From 0983d7c03ddc3b5950994373dfff9f2bd3bb3656 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 12 Aug 2024 15:05:48 +0200 Subject: [PATCH] fix(packages): YAML syntax --- ansible/arch_packages.yaml | 44 ++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/ansible/arch_packages.yaml b/ansible/arch_packages.yaml index 3a1a0cb..57defdf 100644 --- a/ansible/arch_packages.yaml +++ b/ansible/arch_packages.yaml @@ -1,3 +1,4 @@ +--- common: base: - linux-headers @@ -31,9 +32,11 @@ common: - ddcutil _: - acpi - - smartmontools # monitor drive (SSD) health + - name: smartmontools + desc: monitor drive (SSD) health - lshw - - dmidecode # to list memory slots + - name: dmidecode + desc: to list memory slots - usbutils - brightnessctl - lm_sensors @@ -88,10 +91,11 @@ common: - fx - name: jc desc: Adapter to convert regular command to JSON output - yaml: + yaml: - yq csv: - - xsv # rust CSV toolkit + - name: xsv + desc: rust CSV toolkit language: ocr: - tesseract @@ -103,7 +107,7 @@ common: - hunspell-fr mail: - s-nail - fun: + fun: - figlet - cowsay - aur/boxes @@ -112,10 +116,14 @@ common: - unzip - zip bureautique: - - unoconv # can be used to export ODT to pdf - - pandoc # general purpose document converter - - typst # an alternative to latex - - aur/marp-cli-bin # create presentation from markdown + - name: unoconv + desc: can be used to export ODT to pdf + - name: pandoc + desc: general purpose document converter + - name: typst + desc: an alternative to latex + - name: aur/marp-cli-bin + desc: create presentation from markdown - graphviz latex: - texlive-basic @@ -124,7 +132,8 @@ common: - texlive-fontsrecommended - texlive-fontsextra math: - - libqalculate # qalc + - name: libqalculate + desc: Provide Qalc git: - aur/gitwatch-git - tig @@ -150,7 +159,8 @@ common: - gnu-netcat - wireguard-tools - tcpdump - - socat # TCP proxy or relay + - name: socat + desc: TCP proxy or relay - rsync - rclone - whois @@ -160,7 +170,8 @@ common: - strace - wireshark-cli - name: binwalk - desc: Inspect a binary to search for embeded files and binaries (https://www.kali.org/tools/binwalk/) + desc: Inspect a binary to search for embeded files and binaries + url: https://www.kali.org/tools/binwalk/ - name: aur/libtree desc: Inspect a binary and output of tree of system libraries @@ -183,8 +194,7 @@ common: android: - scrcpy - kdeconnect - geo: [] - #- aur/osmium-tool + geo: [] # todo random_gen: - python-faker - aur/uuid @@ -410,7 +420,6 @@ common: - celluloid - vlc - obs-studio - #- kdenlive 3d: - openscad - blender @@ -426,7 +435,7 @@ common: desc: Light QT GUI to navigate sqlite remote_access: - remmina - #- remmina-plugin-rdesktop + - aur/remmina-plugin-rdesktop _: - name: aur/screen-message description: Utility to write in big on the screen @@ -459,3 +468,6 @@ hashicorp: - name: vault alias: hvault +extra_video: + - name: kdenlive + desc: video editor