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:
Toni Ylenius 2018-11-28 07:56:26 +02:00
parent 487cfa5e6c
commit 919a268de3

View file

@ -14,6 +14,7 @@
ansible_connection: local
- hosts: localhost
gather_facts: false
tasks:
- name: deploy warning for non kubeadm
debug: