Skip to content

Commit

Permalink
Fix typo in variable name (#8953)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdoc authored Jan 7, 2025
1 parent fe45b9e commit 1794c8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ocp4_workload_validated_pattern_deploy_selected_pattern: >-
{{ ocp4_workload_validated_pattern_deploy_available_patterns
| selectattr('display_name', 'equalto', ocp4_workload_validated_pattern_deploy_display_name)
| first
| default(default_pattern) }}
| default(ocp4_workload_validated_pattern_deploy_default_pattern) }}
# Where to clone the selected pattern repository on the bastion
ocp4_workload_validated_pattern_deploy_repo_root_dir: >-
/home/{{ ansible_user }}/{{ ocp4_workload_validated_pattern_deploy_selected_pattern.pattern_name }}
Expand Down

0 comments on commit 1794c8f

Please sign in to comment.