Browse Source

Disable gather_facts from non-kubeadm deprecation notice

fact gathering causes errors when using become (-b) and there is no sudo access
locally
pull/3773/head
Toni Ylenius 6 years ago
parent
commit
919a268de3
1 changed files with 1 additions and 0 deletions
  1. 1
      cluster.yml

1
cluster.yml

@ -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:

Loading…
Cancel
Save