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 5656 uses : nick-fields/retry@v3
5757 with :
5858 timeout_minutes : 360
59- max_attempts : 2
59+ max_attempts : 1
6060 command : |
6161 ansible-playbook -i ansible/inventory \
6262 ansible/dev-pulp-repo-sync.yml \
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ deb_package_repos:
211211# Grafana for Ubuntu
212212 - name: Grafana for Ubuntu
213213 url: https://apt.grafana.com
214- distributions: noble
215- components: main
214+ distributions: main
215+ components: stable
216216 policy: immediate
217217 base_path: grafana/oss/apt/
218218 short_name: ubuntu_grafana
@@ -255,6 +255,7 @@ deb_package_repos:
255255 url: https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu
256256 distributions: noble
257257 components: main
258+ architectures: amd64
258259 base_path: mariadb-10.11/apt/ubuntu/noble/x86_64/
259260 short_name: ubuntu_noble_mariadb_10_11
260261 sync_group: third_party
@@ -264,6 +265,7 @@ deb_package_repos:
264265 url: https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/ubuntu
265266 distributions: noble
266267 components: main
268+ architectures: amd64
267269 base_path: mariadb-10.11.11/apt/ubuntu/noble/x86_64/
268270 short_name: ubuntu_noble_mariadb_10_11_11
269271 sync_group: third_party
You can’t perform that action at this time.
0 commit comments