File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 56
56
uses : nick-fields/retry@v3
57
57
with :
58
58
timeout_minutes : 360
59
- max_attempts : 2
59
+ max_attempts : 1
60
60
command : |
61
61
ansible-playbook -i ansible/inventory \
62
62
ansible/dev-pulp-repo-sync.yml \
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ deb_package_repos:
211
211
# Grafana for Ubuntu
212
212
- name: Grafana for Ubuntu
213
213
url: https://apt.grafana.com
214
- distributions: noble
215
- components: main
214
+ distributions: main
215
+ components: stable
216
216
policy: immediate
217
217
base_path: grafana/oss/apt/
218
218
short_name: ubuntu_grafana
@@ -255,6 +255,7 @@ deb_package_repos:
255
255
url: https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu
256
256
distributions: noble
257
257
components: main
258
+ architectures: amd64
258
259
base_path: mariadb-10.11/apt/ubuntu/noble/x86_64/
259
260
short_name: ubuntu_noble_mariadb_10_11
260
261
sync_group: third_party
@@ -264,6 +265,7 @@ deb_package_repos:
264
265
url: https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/ubuntu
265
266
distributions: noble
266
267
components: main
268
+ architectures: amd64
267
269
base_path: mariadb-10.11.11/apt/ubuntu/noble/x86_64/
268
270
short_name: ubuntu_noble_mariadb_10_11_11
269
271
sync_group: third_party
You can’t perform that action at this time.
0 commit comments