File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ sources:
3636
3737targets:
3838{ {- range $key , $artifact := .artifacts } }
39- { {- if all $artifact .updatecli_matrix_component_key $.artifact_version_file $artifact .artifact_version_key } }
39+ { {- if all $artifact .updatecli_matrix_component_key $.ansible_version_file $artifact .artifact_version_key } }
4040 yml_{ { $key } }:
4141 name: { { $key } } yml
4242 kind: yaml
4343 sourceid: src_{ { $key } }
4444 spec:
45- file: "{ { $.artifact_version_file } }"
45+ file: "{ { $.ansible_version_file } }"
4646 key: "{ { $artifact .artifact_version_key } }"
4747 { {- end } }
4848{ {- end } }
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ artifacts:
1818 artifact_name_key : $.audit_storage_artifact_name
1919 artifact_version_key : $.acs_play_audit_storage_version
2020 updatecli_matrix_component_key : audit-storage
21+ alfresco-repository :
22+ artifact_name_file : playbooks/group_vars/repository.yml
23+ artifact_name_key : $.acs_play_repository_acs_artifact_name
24+ artifact_version_key : $.acs_play_repository_acs_version
25+ updatecli_matrix_component_key : content-services
2126 alfresco-search-enterprise :
2227 artifact_name_file : playbooks/group_vars/search_enterprise.yml
2328 artifact_name_key : $.acs_play_search_enterprise_artifact_name
You can’t perform that action at this time.
0 commit comments