From 04b8c6ebbf1df9f2975f0c44c5609dae8fe4e7c2 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Thu, 11 Dec 2025 14:23:56 +0100 Subject: Update the testing to match real scenario (with passwordless test_group) The passwordless test_group is required to allow switching users without needing to add the password --- molecule/raspberrypi/converge.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'molecule/raspberrypi/converge.yml') diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 354a621d..e308f332 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -20,6 +20,7 @@ - name: "Configure" hosts: "raspberrypi" gather_facts: true + remote_user: "{{ username }}" environment: PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" vars: -- cgit v1.2.3