Merge pull request #415 from kubespray/issue-414
force fact check of all nodes first thing
This commit is contained in:
@ -1,4 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
- hosts: all
|
||||||
|
gather_facts: true
|
||||||
|
|
||||||
- hosts: etcd
|
- hosts: etcd
|
||||||
roles:
|
roles:
|
||||||
- { role: kubernetes/preinstall, tags: preinstall }
|
- { role: kubernetes/preinstall, tags: preinstall }
|
||||||
|
Reference in New Issue
Block a user