From 1a2651a7b5fdb0b606cc1ce246be1ea002ecc71e Mon Sep 17 00:00:00 2001 From: m0rp30 Date: Tue, 5 Aug 2025 14:00:49 +0200 Subject: [PATCH] add tasks file and some modifications --- local.yml | 2 +- tasks/packages.yml | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/local.yml b/local.yml index db15537..44b2ea6 100644 --- a/local.yml +++ b/local.yml @@ -2,7 +2,7 @@ connection: local become: true - pre-task: + pre-tasks: name: Update repository pacman: update_cache: yes diff --git a/tasks/packages.yml b/tasks/packages.yml index 1f494ce..1bba060 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -1,8 +1,7 @@ -- hosts: localhost - connection: local - become: true - - tasks: - - name: Install htop - pacman: - name: htop +- name: Install basic packages + pacman: + name: + - vim + - less + - man-pages + - man-db