diff --git a/molecule/testing_user_setup.yaml b/molecule/testing_user_setup.yaml index 6702e5b..ff38261 100644 --- a/molecule/testing_user_setup.yaml +++ b/molecule/testing_user_setup.yaml @@ -1,17 +1,9 @@ --- -- name: Install pip - ansible.builtin.dnf: - name: python3-pip - state: present - - name: Make sure Passlib is present ansible.builtin.pip: name: passlib state: present - -- name: passlib version - ansible.builtin.shell: | - pip3 show passlib + delegate_to: localhost - name: Create a non-root sudoer user ansible.builtin.user: