Skip to content
Snippets Groups Projects
Commit 919a268d authored by Toni Ylenius's avatar Toni Ylenius
Browse files

Disable gather_facts from non-kubeadm deprecation notice

fact gathering causes errors when using become (-b) and there is no sudo access
locally
parent 487cfa5e
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment