Browse Source

Merge pull request #415 from kubespray/issue-414

force fact check of all nodes first thing
pull/416/head
Smaine Kahlouch 8 years ago
committed by GitHub
parent
commit
07c144d8a6
1 changed files with 3 additions and 0 deletions
  1. 3
      cluster.yml

3
cluster.yml

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

Loading…
Cancel
Save