Remove wasteful extra gather facts step (#4928)

Ansible will gather facts on the preinstall/download role
automatically at the start of that play.
This commit is contained in:
Matthew Mosesohn
2019-06-27 16:25:21 +03:00
committed by Kubernetes Prow Robot
parent 80fa294a31
commit bc7d1f36ea
4 changed files with 0 additions and 38 deletions

View File

@@ -27,13 +27,6 @@
- { role: kubespray-defaults}
- { role: bootstrap-os, tags: bootstrap-os}
- name: Gather facts about our masters and etcd nodes
hosts: k8s-cluster:etcd:calico-rr
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
vars:
ansible_ssh_pipelining: true
gather_facts: true
- name: Generate the etcd certificates beforehand
hosts: etcd
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"