Ajouter local.yml

This commit is contained in:
Axel 2024-05-13 23:10:37 +02:00
commit 3ce137b759

9
local.yml Normal file
View File

@ -0,0 +1,9 @@
---
- hosts: localhost
connection: local
become: true
tasks:
- name: install htop
package:
name: htop