Merge pull request #3773 from toddnni/disable_facts_from_deprecation_notice
Disable gather_facts from non-kubeadm deprecation notice
This commit is contained in:
commit
ffcea384a6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue