summaryrefslogtreecommitdiffstats
path: root/update.yml
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-09-01 11:43:49 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-09-01 11:43:49 +0200
commit4406b15c36e3ea5f09380fd1de24090a7611d692 (patch)
tree3e87a1ebe8d0bb0ba0e758033ce772e7396b3db7 /update.yml
parentc1ac9e6ae9037a56b952e0eaab1759bee504d1d5 (diff)
downloadplaybooks-ansible-4406b15c36e3ea5f09380fd1de24090a7611d692.tar.gz
playbooks-ansible-4406b15c36e3ea5f09380fd1de24090a7611d692.tar.xz
playbooks-ansible-4406b15c36e3ea5f09380fd1de24090a7611d692.zip
Remove automatic reboot cron task and add rkhunter propupd after system update
Diffstat (limited to 'update.yml')
-rw-r--r--update.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/update.yml b/update.yml
index 742b882..31510d2 100644
--- a/update.yml
+++ b/update.yml
@@ -26,3 +26,11 @@
units: hours
unique: yes
tags: reboot
+
+ - name: rkhunter internal database update
+ at:
+ command: /usr/bin/rkhunter --propupd
+ count: 50
+ units: minutes
+ unique: yes
+ when: ansible_virtualization_role == "NA" or ansible_virtualization_role == "host"