From 46f8525e151e4916ff5e3b060086f97e7b091c60 Mon Sep 17 00:00:00 2001 From: Spencer Smith 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 }