1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 01:21:36 +02:00

playbooks/gemini: drop svntogit_repos dbscripts var

This variable is not referenced from anywhere (plus, it's obsolete).
This commit is contained in:
Evangelos Foutras 2023-05-23 23:35:33 +03:00
parent b72b3ac2df
commit 04499f158f
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -17,7 +17,7 @@
- { role: certbot }
- { role: nginx }
- { role: archusers }
- { role: dbscripts, repos_domain: "repos.archlinux.org", repos_rsync_domain: "rsync.archlinux.org", svntogit_repos: "/srv/svntogit/repos", tags: ['archusers'] }
- { role: dbscripts, repos_domain: "repos.archlinux.org", repos_rsync_domain: "rsync.archlinux.org", tags: ['archusers'] }
- { role: arch_boxes_sync }
- { role: archweb, archweb_site: false, archweb_services: true, archweb_mirrorcheck_locations: [5, 6] }
- { role: sources, sources_domain: "sources.archlinux.org", sources_dir: "/srv/sources" }