Skip to content

Commit

Permalink
Add ansible_collections_path in job invocation advanced_fields (Satel…
Browse files Browse the repository at this point in the history
…liteQE#1463)

Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Aug 16, 2024
1 parent 30b4b28 commit 195205f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/views/job_invocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class advanced_fields(WizardStepView):
time_span = TextInput(id='time-span')
execution_order_alphabetical = Radio(id='execution-order-alphabetical')
execution_order_randomized = Radio(id='execution-order-randomized')
ansible_collections_path = TextInput(id='collections_path')

@View.nested
class schedule(WizardStepView):
Expand Down

0 comments on commit 195205f

Please sign in to comment.