From 4fb32ce62e5f64b638c8dce5c921964272446ad4 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 15 Dec 2015 09:48:36 +0200 Subject: [PATCH] Disable Ansible's fact gathering for the common role, the role handles that more reliably. --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 2ece302..825268d 100644 --- a/site.yml +++ b/site.yml @@ -1,7 +1,7 @@ --- - hosts: - all - gather_facts: '{{ openbsd_bootstrap is defined }}' + gather_facts: False roles: - common -- GitLab