add tasks file and some modifications

This commit is contained in:
m0rp30 2025-08-05 14:00:49 +02:00
parent 5548a28927
commit 1a2651a7b5
2 changed files with 8 additions and 9 deletions

View File

@ -2,7 +2,7 @@
connection: local
become: true
pre-task:
pre-tasks:
name: Update repository
pacman:
update_cache: yes

View File

@ -1,8 +1,7 @@
- hosts: localhost
connection: local
become: true
tasks:
- name: Install htop
- name: Install basic packages
pacman:
name: htop
name:
- vim
- less
- man-pages
- man-db