Skip to content

Commit d389c00

Browse files
committed
fix path key name
1 parent f22d7ac commit d389c00

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

environments/common/inventory/group_vars/all/dnf_repo_timestamps.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,19 +194,19 @@ dnf_repos_default:
194194
repo_file: TurboVNC
195195
cernvmfs_pkgs:
196196
'8':
197-
path: cvmfs/EL/8/x86_64
198-
timestamp: 20250816T005446
197+
pulp_path: cvmfs/EL/8/x86_64
198+
pulp_timestamp: 20250816T005446
199199
repo_file: cvmfs
200200
'9':
201-
path: cvmfs/EL/9/x86_64
202-
timestamp: 20250816T005446
201+
pulp_path: cvmfs/EL/9/x86_64
202+
pulp_timestamp: 20250816T005446
203203
repo_file: cvmfs
204204
cernvmfs_cfg:
205205
'8':
206-
path: cvmfs-config/EL/8/x86_64
207-
timestamp: 20250805T130249
206+
pulp_path: cvmfs-config/EL/8/x86_64
207+
pulp_timestamp: 20250805T130249
208208
repo_file: cvmfs
209209
'9':
210-
path: cvmfs-config/EL/9/x86_64
211-
timestamp: 20250805T130249
210+
pulp_path: cvmfs-config/EL/9/x86_64
211+
pulp_timestamp: 20250805T130249
212212
repo_file: cvmfs

0 commit comments

Comments
 (0)