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 connection: local
become: true become: true
pre-task: pre-tasks:
name: Update repository name: Update repository
pacman: pacman:
update_cache: yes update_cache: yes

View File

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