aggiunto cartella tasks

This commit is contained in:
m0rp30 2025-08-05 13:55:53 +02:00
parent 05e8980579
commit 5548a28927
2 changed files with 15 additions and 3 deletions

View File

@ -2,7 +2,11 @@
connection: local
become: true
pre-task:
name: Update repository
pacman:
update_cache: yes
changed_when: False
tasks:
- name: Install htop
pacman:
name: htop
- include: tasks/packages.yml

8
tasks/packages.yml Normal file
View File

@ -0,0 +1,8 @@
- hosts: localhost
connection: local
become: true
tasks:
- name: Install htop
pacman:
name: htop