From d1b3f8c46190baab08b648318ce7f0492d86b6c9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 10 Nov 2025 16:26:53 +0100 Subject: Fix running rpi configuration as root always The dotfile/vim/password_store required to run as user with root permissions, that's why reverting these changes on rpi and resolving to using a more normal role (in pihole where it was broken) --- configure.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index c6d78f08..b8fdba40 100644 --- a/configure.yml +++ b/configure.yml @@ -46,7 +46,6 @@ gather_facts: true hosts: - rpi5.local - become: true roles: - role: "locales" - role: "timezone" -- cgit v1.2.3