add exception for job_status_url and job_status_token; these arent defined by default when running under ansible-core
All checks were successful
All checks were successful
This commit is contained in:
parent
52ea52ffd0
commit
b9e155feeb
@ -18,3 +18,6 @@
|
|||||||
msg:
|
msg:
|
||||||
- "job_status_url: {{ job_status_url }}"
|
- "job_status_url: {{ job_status_url }}"
|
||||||
- "job_status_token: {{ job_status_token }}"
|
- "job_status_token: {{ job_status_token }}"
|
||||||
|
when:
|
||||||
|
- job_status_url is defined
|
||||||
|
- job_status_token is defined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user