mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00: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:
committed by
Will Thames
parent
fc2c8a4ec8
commit
fb61680ccd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user