diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-10 16:26:53 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-10 16:26:53 +0100 |
| commit | d1b3f8c46190baab08b648318ce7f0492d86b6c9 (patch) | |
| tree | d793535f937867fe09aa20d83e6a282284a06a53 /configure.yml | |
| parent | 60f92a26d2a8bc706ad8a1b9afe2453ea528b355 (diff) | |
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)
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
