From 92b95af13f78c8b8ea801bcb8c0459765b64e26e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 24 Jul 2021 12:17:41 +0100 Subject: [PATCH] No need to gather facts --- tools/deployment/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/deployment/deploy.yml b/tools/deployment/deploy.yml index 9735711c..124c0346 100644 --- a/tools/deployment/deploy.yml +++ b/tools/deployment/deploy.yml @@ -1,5 +1,6 @@ --- - hosts: web + gather_facts: false tasks: - name: Pull the latest images and restart the services