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/debian/converge.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'molecule/debian/converge.yml') diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 7d06f734..7fcfbce6 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -20,6 +20,7 @@ - name: "Configure" hosts: "debian" gather_facts: true + remote_user: "{{ username }}" environment: PATH: "{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}" vars: -- cgit v1.2.3