File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ stackhpc_pulp_sync_ofed: "{{ groups['mlnx'] | length > 0 }}"
1313
1414# DOCA Snapshot versions. The defaults use the appropriate version from
1515# pulp-repo-versions.yml
16- stackhpc_pulp_repo_rhel9_doca_version : " {{ lookup('vars', 'stackhpc_pulp_repo_rhel_9_{{ stackhpc_pulp_repo_rocky_9_minor_version }}_doca_version' ) }}"
17- stackhpc_pulp_repo_rhel9_doca_modules_version : " {{ lookup('vars', 'stackhpc_pulp_repo_rhel_9_{{ stackhpc_pulp_repo_rocky_9_minor_version }}_doca_modules_version' ) }}"
16+ stackhpc_pulp_repo_rhel9_doca_version : " {{ lookup('vars', 'stackhpc_pulp_repo_rhel_9_%s_doca_version' % stackhpc_pulp_repo_rocky_9_minor_version ) }}"
17+ stackhpc_pulp_repo_rhel9_doca_modules_version : " {{ lookup('vars', 'stackhpc_pulp_repo_rhel_9_%s_doca_modules_version' % stackhpc_pulp_repo_rocky_9_minor_version ) }}"
1818
1919# ##############################################################################
2020# Dummy variable to allow Ansible to accept this file.
You can’t perform that action at this time.
0 commit comments