Skip to content

Commit

Permalink
Add ansible_collections_path in job invocation advanced_fields (#1463)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit 195205f)
  • Loading branch information
Gauravtalreja1 authored and web-flow committed Aug 16, 2024
1 parent c4bce27 commit 53a4912
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 @@ -68,6 +68,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 53a4912

Please sign in to comment.