From 7afd3ec23d9930de94ce037fc6e1fb4234984373 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 6 Oct 2015 20:34:34 +0000 Subject: [PATCH] gathering facts for vhost_update so we choose yum/dnf --- playbooks/vhost_update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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