File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 74
74
ask_scm_branch_on_launch : " {{ nfc_pb_awx_job_template.ask_scm_branch_on_launch | default(false) | bool }}"
75
75
ask_limit_on_launch : " {{ nfc_pb_awx_job_template.ask_limit_on_launch | default(true) | bool }}"
76
76
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 }}"
78
78
ask_variables_on_launch : " {{ nfc_pb_awx_job_template.ask_credential_on_launch | default(false) | bool }}"
79
79
use_fact_cache : " {{ nfc_pb_awx_job_template.use_fact_cache | default(true) | bool }}"
80
80
validate_certs : " {{ validate_certs | default(true) }}"
You can’t perform that action at this time.
0 commit comments