Browse Source

Merge pull request #3773 from toddnni/disable_facts_from_deprecation_notice

Disable gather_facts from non-kubeadm deprecation notice
pull/3802/head
Andreas Krüger 6 years ago
committed by GitHub
parent
commit
ffcea384a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      cluster.yml

1
cluster.yml

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

Loading…
Cancel
Save