aggiunto cartella tasks
This commit is contained in:
parent
05e8980579
commit
5548a28927
10
local.yml
10
local.yml
@ -2,7 +2,11 @@
|
|||||||
connection: local
|
connection: local
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
pre-task:
|
||||||
|
name: Update repository
|
||||||
|
pacman:
|
||||||
|
update_cache: yes
|
||||||
|
changed_when: False
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install htop
|
- include: tasks/packages.yml
|
||||||
pacman:
|
|
||||||
name: htop
|
|
||||||
|
|||||||
8
tasks/packages.yml
Normal file
8
tasks/packages.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
connection: local
|
||||||
|
become: true
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: Install htop
|
||||||
|
pacman:
|
||||||
|
name: htop
|
||||||
Loading…
x
Reference in New Issue
Block a user