From ff67503a1576cfbabfbce64390256dd0a43f0c8e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 30 Sep 2013 18:15:41 +0000 Subject: [PATCH] Accel the update playbook --- playbooks/vhost_update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/vhost_update.yml b/playbooks/vhost_update.yml index 0ea149078b..03cae97fff 100644 --- a/playbooks/vhost_update.yml +++ b/playbooks/vhost_update.yml @@ -2,6 +2,7 @@ - name: find instances hosts: $target + accelerate: true user: root tasks: @@ -15,6 +16,7 @@ - name: update all run rkhunter if installed hosts: $target;myvms_new + accelerate: true user: root tasks: