Skip to content
Snippets Groups Projects
Unverified Commit ffcea384 authored by Andreas Krüger's avatar Andreas Krüger Committed by GitHub
Browse files

Merge pull request #3773 from toddnni/disable_facts_from_deprecation_notice

Disable gather_facts from non-kubeadm deprecation notice
parents deff6a82 919a268d
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment