missing implementation of jsonpath library

This commit is contained in:
aubin
2021-05-03 10:55:24 +02:00
parent d29f8c1eb7
commit 4a9eca576d
6 changed files with 57 additions and 16 deletions

View File

@@ -136,6 +136,7 @@ requirements:
- "python >= 2.7"
- "openshift >= 0.6"
- "PyYAML >= 3.11"
- "jsonpath-rw"
'''
EXAMPLES = r'''
@@ -246,6 +247,13 @@ EXAMPLES = r'''
type: Progressing
status: Unknown
reason: DeploymentPaused
# Wait for this service to have acquired an External IP
- name: Deploy the dashboard service (lb)
kubernetes.core.k8s:
template: dash-service.yaml
wait: yes
wait_for: .status.loadBalancer.ingress[*].ip
'''
RETURN = r'''