Browse Source

disable gather_facts for correctly work via bastion (#7265)

pull/7358/head
Sergey Mikhaltsov 3 years ago
committed by GitHub
parent
commit
b47542b003
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      scale.yml

1
scale.yml

@ -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…
Cancel
Save