Skip to content

Commit

Permalink
rkhunter: getent passwd that was left out from 396b262
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Feb 4, 2024
1 parent 2ec527e commit 3d0a031
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/rkhunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
- check
ansible.builtin.package_facts:
manager: auto
- name: getent passwd
ansible.builtin.getent:
database: passwd
tags: check
- name: 'Create /etc/rkhunter.conf'
ansible.builtin.template:
src: "{{ playbook_dir }}/templates/rkhunter.conf.j2"
Expand Down

0 comments on commit 3d0a031

Please sign in to comment.