disable gather_facts for correctly work via bastion (#7265)
This commit is contained in:
parent
14b63ede8c
commit
b47542b003
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
- name: Upload control plane certs and retrieve encryption key
|
- name: Upload control plane certs and retrieve encryption key
|
||||||
hosts: kube-master | first
|
hosts: kube-master | first
|
||||||
environment: "{{ proxy_disable_env }}"
|
environment: "{{ proxy_disable_env }}"
|
||||||
|
gather_facts: False
|
||||||
tags: kubeadm
|
tags: kubeadm
|
||||||
tasks:
|
tasks:
|
||||||
- name: include needed vars
|
- name: include needed vars
|
||||||
|
|
Loading…
Reference in a new issue