From 993647078f67ce1c951ae3eba1611968617a5581 Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 9 Jul 2022 16:19:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Emint.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mint.yml | 74 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/mint.yml b/mint.yml index 1c4a327..93e815e 100644 --- a/mint.yml +++ b/mint.yml @@ -3,43 +3,43 @@ hosts: all tasks: - - name: Install Basic Packages - apt: - name: - # powersave - - tlp - - tlp-rdw - # Speed up program start - - preload - # mediacodecs and fonts - - ubuntu-restricted-extras - - libavcodec-extra - - libdvd-pkg - # terminus font - - xfonts-terminus - - xfonts-terminus-oblique - - xfonts-terminus-dos - # share desk - - x11vnc - # useful other stuff - - spectre-meltdown-checker - - pwgen - - arj - - p7zip - - unace - - unadf - - bvi - - fdupes - - radeontop - - debootstrap - - geoip-bin - # tools for android-smartphones/LineageOS - - heimdall-flash - - android-tools-adb - - android-tools-fastboot - - android-tools-mkbootimg - update_cache: yes - install_recommends: no + - name: Install Basic Packages + apt: + name: + # powersave + - tlp + - tlp-rdw + # Speed up program start + - preload + # mediacodecs and fonts + - ubuntu-restricted-extras + - libavcodec-extra + - libdvd-pkg + # terminus font + - xfonts-terminus + - xfonts-terminus-oblique + - xfonts-terminus-dos + # share desk + - x11vnc + # useful other stuff + - spectre-meltdown-checker + - pwgen + - arj + - p7zip + - unace + - unadf + - bvi + - fdupes + - radeontop + - debootstrap + - geoip-bin + # tools for android-smartphones/LineageOS + - heimdall-flash + - android-tools-adb + - android-tools-fastboot + - android-tools-mkbootimg + update_cache: yes + install_recommends: no - name: remove dhcpcd becazse NetworkManager is doing the job command: systemctl enable dhcpcd