commit 663f716687b904f528715fc647cfe500eca01766 Author: m0rp30 Date: Mon Jun 2 14:39:40 2025 +0200 first commit diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..63b74ce --- /dev/null +++ b/local.yml @@ -0,0 +1,9 @@ +--- +- hosts: localhost + connection: local + become: true + + tasks: + - name: Install vim + package: + name: vim