Disable gather_facts from non-kubeadm deprecation notice
fact gathering causes errors when using become (-b) and there is no sudo access locallypull/3773/head
parent
487cfa5e6c
commit
919a268de3
|
@ -14,6 +14,7 @@
|
|||
ansible_connection: local
|
||||
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: deploy warning for non kubeadm
|
||||
debug:
|
||||
|
|
Loading…
Reference in New Issue