Skip to content

Commit

Permalink
add setuptoolks to pam-tester install
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
  • Loading branch information
Sebastian Gumprich committed Aug 1, 2023
1 parent 6ca2f11 commit a2aae0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion molecule/os_hardening/verify_tasks/pam.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: install qpam-tester
- name: install pam-tester
ansible.builtin.pip:
name:
- pam-tester
Expand Down
11 changes: 6 additions & 5 deletions molecule/os_hardening_vm/verify_tasks/pam.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
- name: download pam-tester
get_url:
url: https://github.com/schurzi/pam-tester/releases/download/latest/pam-tester
dest: /bin/pam-tester
mode: 0555
- name: install pam-tester
ansible.builtin.pip:
name:
- pam-tester
- setuptools
state: present

- name: set password for test
set_fact:
Expand Down

0 comments on commit a2aae0f

Please sign in to comment.