cambiato per testare con arch linux

This commit is contained in:
m0rp30 2025-08-05 13:33:22 +02:00
parent 2343be256d
commit 05e8980579

View File

@ -1,13 +1,8 @@
---
- hosts: localhost - hosts: localhost
connection: local connection: local
become: true become: true
tasks: tasks:
- name: Set OS distribution dependent variables - name: Install htop
include_vars: "os_{{ ansible_facts['distribution'] }}.yml" pacman:
name: htop
- name: Install initial packages
package:
name: "{{ required_packages }}"
state: installed