diff --git a/playbooks/vhost_update.yml b/playbooks/vhost_update.yml index aecf2e70e0..01ceaddf51 100644 --- a/playbooks/vhost_update.yml +++ b/playbooks/vhost_update.yml @@ -23,7 +23,7 @@ - name: update the system hosts: "{{ target }}:myvms_new" - gather_facts: False + gather_facts: True user: root tasks: @@ -62,7 +62,7 @@ command: /usr/bin/test -f /usr/bin/rkhunter register: rkhunter ignore_errors: true - + - name: run rkhunter --propupd command: /usr/bin/rkhunter --propupd when: rkhunter|success