mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Disable gather_facts from non-kubeadm deprecation notice
fact gathering causes errors when using become (-b) and there is no sudo access locally
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
ansible_connection: local
|
ansible_connection: local
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: deploy warning for non kubeadm
|
- name: deploy warning for non kubeadm
|
||||||
debug:
|
debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user