add old role names to tags in Galaxy (#495)

We deprecated our roles in Ansible Galaxy the deprecation link contains
a search keyword with the role name and our new collection should be
found, if someone clicks this link.

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
schurzi 2021-10-24 12:39:16 +02:00 committed by GitHub
parent 09958ccb91
commit c1974282b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,11 @@ tags:
- nginx
- mysql
- openssh
- ansible-apache-hardening
- mysql-hardening
- nginx-hardening
- os-hardening
- ssh-hardening
dependencies:
ansible.posix: '>=1.0.0'
community.crypto: '>=1.0.0'