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:
parent
487cfa5e6c
commit
919a268de3
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
ansible_connection: local
|
||||
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: deploy warning for non kubeadm
|
||||
debug:
|
||||
|
|
Loading…
Reference in a new issue