disable gather_facts for correctly work via bastion (#7265)

This commit is contained in:
Sergey Mikhaltsov 2021-03-09 12:47:00 +03:00 committed by GitHub
parent 14b63ede8c
commit b47542b003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@
- name: Upload control plane certs and retrieve encryption key
hosts: kube-master | first
environment: "{{ proxy_disable_env }}"
gather_facts: False
tags: kubeadm
tasks:
- name: include needed vars