mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Updating tower_job_template.py (#38821)
* Updating tower_job_template.py * tower_job_template: Update parameter version_added to 2.7 * Ensure that unset credentials aren't passed Passing empty strings for unset credentials causes ValueErrors as the API expects an integer. Don't pass unset credentials
This commit is contained in:
parent
fc2c8a4ec8
commit
fb61680ccd
2 changed files with 117 additions and 46 deletions
|
@ -44,7 +44,7 @@
|
|||
project: Job Template Test Project
|
||||
inventory: Demo Inventory
|
||||
playbook: hello_world.yml
|
||||
machine_credential: Demo Credential
|
||||
credential: Demo Credential
|
||||
job_type: run
|
||||
state: present
|
||||
register: result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue