Skip to content

Commit

Permalink
feat: add chkrootkit config options - only 22.04+
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Sep 30, 2023
1 parent 53c47c3 commit dc238d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@
ansible.builtin.import_tasks: llmnr-systemd.yml
- name: Import chkrootkit
ansible.builtin.import_tasks: chkrootkit.yml
when: >
(ansible_distribution == 'Ubuntu' and ansible_distribution_major_version|int >= 22)
- name: Import testing
ansible.builtin.import_tasks: testing.yml
Expand Down

0 comments on commit dc238d0

Please sign in to comment.