summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKylix <kylix3511@gmail.com>2019-05-07 18:36:10 -0700
committerWill Thames <will@thames.id.au>2019-05-08 11:36:10 +1000
commite00f086c969a13cbaf0397f05166c85b9266c275 (patch)
tree7908c12f18480e57954587e56febddd29df47475
parentc99e79cc58a8cae7304d8c0444d6141993849a48 (diff)
downloadansible-e00f086c969a13cbaf0397f05166c85b9266c275.tar.gz
Update k8s_facts.py (#56193)
https://github.com/ansible/ansible/issues/55448
-rw-r--r--lib/ansible/modules/clustering/k8s/k8s_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/clustering/k8s/k8s_facts.py b/lib/ansible/modules/clustering/k8s/k8s_facts.py
index 974135168d..c87208faa1 100644
--- a/lib/ansible/modules/clustering/k8s/k8s_facts.py
+++ b/lib/ansible/modules/clustering/k8s/k8s_facts.py
@@ -97,7 +97,7 @@ EXAMPLES = '''
k8s_facts:
kind: Pod
field_selectors:
- - status.phase = running
+ - status.phase=Running
'''
RETURN = '''