From e00f086c969a13cbaf0397f05166c85b9266c275 Mon Sep 17 00:00:00 2001 From: Kylix Date: Tue, 7 May 2019 18:36:10 -0700 Subject: [PATCH] Update k8s_facts.py (#56193) https://github.com/ansible/ansible/issues/55448 --- lib/ansible/modules/clustering/k8s/k8s_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/clustering/k8s/k8s_facts.py b/lib/ansible/modules/clustering/k8s/k8s_facts.py index 974135168dd..c87208faa15 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 = '''