Skip to content

Commit 145a4b9

Browse files
committed
feat(awx): ask credentials on job launch
!34
1 parent ed8396d commit 145a4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/awx/job_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
ask_scm_branch_on_launch: "{{ nfc_pb_awx_job_template.ask_scm_branch_on_launch | default(false) | bool }}"
7575
ask_limit_on_launch: "{{ nfc_pb_awx_job_template.ask_limit_on_launch | default(true) | bool }}"
7676
ask_job_type_on_launch: "{{ nfc_pb_awx_job_template.ask_job_type_on_launch | default(true) | bool }}"
77-
ask_credential_on_launch: "{{ nfc_pb_awx_job_template.ask_credential_on_launch | default(false) | bool }}"
77+
ask_credential_on_launch: "{{ nfc_pb_awx_job_template.ask_credential_on_launch | default(true) | bool }}"
7878
ask_variables_on_launch: "{{ nfc_pb_awx_job_template.ask_credential_on_launch | default(false) | bool }}"
7979
use_fact_cache: "{{ nfc_pb_awx_job_template.use_fact_cache | default(true) | bool }}"
8080
validate_certs: "{{ validate_certs | default(true) }}"

0 commit comments

Comments
 (0)