From c76c8179141a21d18d32b0e5780f10bb4e05e271 Mon Sep 17 00:00:00 2001 From: asmallco Date: Tue, 7 Jul 2026 15:05:09 -0900 Subject: [PATCH] Update local.yaml --- local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yaml b/local.yaml index 3d973f2..3218844 100644 --- a/local.yaml +++ b/local.yaml @@ -2,7 +2,7 @@ - name: System Configuration via Ansible Pull hosts: localhost connection: local - become: true + become: false tasks: - name: Ensure git is installed