File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ dnf_enable_docker: true
180
180
dnf_docker_gpg_key_url : " https://download.docker.com/linux/centos/gpg"
181
181
182
182
# Whether to create a repo file for DOCA. This affects RedHat-based
183
- # systems only. Default value is 'false'.
184
- dnf_install_doca : " {{ stackhpc_pulp_sync_ofed }}"
183
+ # systems only.
184
+ dnf_install_doca : " {{ 'mlnx' in group_names }}"
185
185
186
186
# ##############################################################################
187
187
# DNF Automatic configuration.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ stackhpc_pulp_doca_version: 2.9.1
9
9
# Pulp configuration for DOCA OFED
10
10
11
11
# Whether to sync OFED repositories into the local Pulp service
12
- stackhpc_pulp_sync_ofed : " {{ 'mlnx' in group_names or ( 'localhost' in inventory_hostname and groups['mlnx'] | length > 0 ) }}"
12
+ stackhpc_pulp_sync_ofed : " {{ groups['mlnx'] | length > 0 }}"
13
13
14
14
# DOCA Snapshot versions. The defaults use the appropriate version from
15
15
# pulp-repo-versions.yml
You can’t perform that action at this time.
0 commit comments