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
|
- 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
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user