first commit

This commit is contained in:
m0rp30 2025-06-02 14:39:40 +02:00
commit 663f716687

9
local.yml Normal file
View File

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