From eed2561ce2d713b5fa5d4f9fee62eb763fdb58f6 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 5 Nov 2019 11:59:28 +0100 Subject: [PATCH] Stop gathering facts for host command run This will speed up `kayobe overcloud host command run`. Change-Id: I02adfa5819bff781e1649b81c1023b55de32ebd0 --- ansible/host-command-run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/host-command-run.yml b/ansible/host-command-run.yml index 580cd7466..1eb6f9c3c 100644 --- a/ansible/host-command-run.yml +++ b/ansible/host-command-run.yml @@ -1,5 +1,6 @@ --- - name: Run a command + gather_facts: False hosts: seed-hypervisor:seed:overcloud tasks: - name: Run a command