Merge pull request #415 from kubespray/issue-414

force fact check of all nodes first thing
This commit is contained in:
Smaine Kahlouch 2016-08-12 17:16:18 +02:00 committed by GitHub
commit 07c144d8a6

View file

@ -1,4 +1,7 @@
---
- hosts: all
gather_facts: true
- hosts: etcd
roles:
- { role: kubernetes/preinstall, tags: preinstall }