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