cambiato per testare con arch linux
This commit is contained in:
parent
2343be256d
commit
05e8980579
11
local.yml
11
local.yml
@ -1,13 +1,8 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Set OS distribution dependent variables
|
||||
include_vars: "os_{{ ansible_facts['distribution'] }}.yml"
|
||||
|
||||
- name: Install initial packages
|
||||
package:
|
||||
name: "{{ required_packages }}"
|
||||
state: installed
|
||||
- name: Install htop
|
||||
pacman:
|
||||
name: htop
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user