First batch _facts -> _info rename. (#56822)

This commit is contained in:
Felix Fontein 2019-05-27 18:17:42 +02:00 committed by GitHub
parent 4f8abde081
commit 7a0af34ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 91 additions and 65 deletions

View file

@ -96,7 +96,7 @@ EXAMPLES = '''
# Previous task provides the token/api_key, while all other parameters
# are taken from module_defaults
- name: Get a list of all pods from any namespace
k8s_facts:
k8s_info:
api_key: "{{ k8s_auth_results.k8s_auth.api_key }}"
kind: Pod
register: pod_list