1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-08 07:26:02 +02:00

Fix lint warnings about missing galaxy_info in meta

Not sure why this is needed but whatever. 🐱

https://github.com/ansible/schemas/discussions/227
This commit is contained in:
Evangelos Foutras 2022-09-19 00:31:34 +03:00
parent 154e0512b0
commit 022dccfbd4
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34
4 changed files with 16 additions and 0 deletions

View File

@ -1,2 +1,6 @@
galaxy_info:
description: archwiki role
standalone: false
dependencies:
- role: nginx

View File

@ -1,3 +1,7 @@
galaxy_info:
description: geo_dns role
standalone: false
dependencies:
- role: geoipupdate
vars:

View File

@ -1,3 +1,7 @@
galaxy_info:
description: postfix_null role
standalone: false
dependencies:
- role: postfwd
delegate_to: mail.archlinux.org

View File

@ -1,2 +1,6 @@
galaxy_info:
description: rspamd role
standalone: false
dependencies:
- role: redis