Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SequeI committed Dec 3, 2024
1 parent a74a830 commit 1627670
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions molecule/testing_user_setup.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 1627670

Please sign in to comment.