Merge pull request #3773 from toddnni/disable_facts_from_deprecation_notice

Disable gather_facts from non-kubeadm deprecation notice
This commit is contained in:
Andreas Krüger 2018-12-03 10:29:15 +01:00 committed by GitHub
commit ffcea384a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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