Update k8s_facts.py (#56193)
https://github.com/ansible/ansible/issues/55448
This commit is contained in:
parent
c99e79cc58
commit
e00f086c96
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ EXAMPLES = '''
|
||||||
k8s_facts:
|
k8s_facts:
|
||||||
kind: Pod
|
kind: Pod
|
||||||
field_selectors:
|
field_selectors:
|
||||||
- status.phase = running
|
- status.phase=Running
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Reference in a new issue