From 298ab8e89e2d9094abf1cc929d2b70d2aeeb59fd Mon Sep 17 00:00:00 2001
From: Spencer Smith <robertspencersmith@gmail.com>
Date: Fri, 12 Aug 2016 10:06:31 -0400
Subject: [PATCH] force fact check of all nodes first thing

---
 cluster.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cluster.yml b/cluster.yml
index f87c39579..862267098 100644
--- a/cluster.yml
+++ b/cluster.yml
@@ -1,4 +1,7 @@
 ---
+- hosts: all
+  gather_facts: true
+
 - hosts: etcd
   roles:
     - { role: kubernetes/preinstall, tags: preinstall }
-- 
GitLab