Skip to content

Commit d40ffa2

Browse files
committed
add arbitrary os version key to turbovnc snapshot
1 parent 11d1e55 commit d40ffa2

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

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

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,20 @@ dnf_repos_default:
175175
pulp_timestamp: 20250925T130153
176176
repo_file: ondemand-web
177177
TurboVNC:
178-
pulp_path: turbovnc/x86_64/
179-
pulp_timestamp: 20251009T091906
180-
repo_file: TurboVNC
178+
'8':
179+
pulp_path: turbovnc/x86_64/
180+
pulp_timestamp: 20251009T091906
181+
repo_file: TurboVNC
182+
'9':
183+
pulp_path: turbovnc/x86_64/
184+
pulp_timestamp: 20251009T091906
185+
repo_file: TurboVNC
181186
TurboVNC-source:
182-
pulp_path: turbovnc/srpms/
183-
pulp_timestamp: 20251009T091906
184-
repo_file: TurboVNC
187+
'8':
188+
pulp_path: turbovnc/srpms/
189+
pulp_timestamp: 20251009T091906
190+
repo_file: TurboVNC
191+
'9':
192+
pulp_path: turbovnc/srpms/
193+
pulp_timestamp: 20251009T091906
194+
repo_file: TurboVNC

0 commit comments

Comments
 (0)