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
#1498)

Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit 195205f)

Co-authored-by: Gaurav Talreja <gtalreja@redhat.com>
  • Loading branch information
Satellite-QE and Gauravtalreja1 committed Sep 27, 2024
1 parent 2931051 commit 874faf0
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 874faf0

Please sign in to comment.