fix job launch inputs

This commit is contained in:
sean-m-ssullivan
2021-05-01 19:14:55 -05:00
parent 929ed3e09d
commit 5993db76d3
2 changed files with 27 additions and 9 deletions

View File

@@ -48,6 +48,8 @@
job_type: run
ask_credential: true
ask_inventory: true
ask_tags_on_launch: true
ask_skip_tags_on_launch: true
state: present
register: result
@@ -56,6 +58,10 @@
job_template: "{{ jt_name1 }}"
inventory: "Demo Inventory"
credential: "Demo Credential"
tags:
- sometimes
skip_tags:
- always
register: result
- assert: