Skip to content

Commit 425535d

Browse files
committed
testo
1 parent 6254c00 commit 425535d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/ofed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)