Skip to content
Snippets Groups Projects
Unverified Commit b47542b0 authored by Sergey Mikhaltsov's avatar Sergey Mikhaltsov Committed by GitHub
Browse files

disable gather_facts for correctly work via bastion (#7265)

parent 14b63ede
Branches
Tags
No related merge requests found
...@@ -66,6 +66,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment