From 663f716687b904f528715fc647cfe500eca01766 Mon Sep 17 00:00:00 2001 From: m0rp30 Date: Mon, 2 Jun 2025 14:39:40 +0200 Subject: [PATCH] first commit --- local.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 local.yml 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