rkhunter: dnf->package

This commit is contained in:
Karsten Hopp 2019-06-11 17:36:10 +02:00 committed by pingou
parent 72829aebef
commit 0516df54c1

View file

@ -9,7 +9,7 @@
when: ansible_distribution_major_version|int < 22
- name: install rkhunter (dnf)
dnf: name=rkhunter state=present
package: name=rkhunter state=present
notify:
- run rkhunter
tags: