add exception for job_status_url and job_status_token; these arent defined by default when running under ansible-core
All checks were successful
Ansible Test / CentOS9-Ansible-Pipeline (push) Successful in 15s
Ansible Test / Fedora39-Ansible-Pipeline (push) Successful in 15s
Ansible Test / Debian11-Ansible-Pipeline (push) Successful in 14s
Ansible Test / Debian12-Ansible-Pipeline (push) Successful in 13s

This commit is contained in:
Chris Hammer 2023-12-13 13:01:32 -05:00
parent 52ea52ffd0
commit b9e155feeb

View File

@ -18,3 +18,6 @@
msg:
- "job_status_url: {{ job_status_url }}"
- "job_status_token: {{ job_status_token }}"
when:
- job_status_url is defined
- job_status_token is defined