linux-system-roles / vpn

Role for managing VPN/IPSec
https://linux-system-roles.github.io/vpn/
MIT License
8 stars 14 forks source link

Add meta/requirements.yml; support ansible-core 2.11 #34

Closed nhosoi closed 2 years ago

nhosoi commented 2 years ago

The vpn role requires ansible.netcommon.ipaddr. Add a requirement for the ansible.netcommon collection.

Updated .ansible-lint to support meta/requirements.yml.

Updated meta data in main.yml.

nhosoi commented 2 years ago

Thank you, @richm. Could you please merge this pr as I don't have the permission?

richm commented 2 years ago

@nhosoi whoops - forgot to add change the README.md like this: https://github.com/linux-system-roles/storage#requirements

nhosoi commented 2 years ago

@nhosoi whoops - forgot to add change the README.md like this: https://github.com/linux-system-roles/storage#requirements

Please review: https://github.com/linux-system-roles/vpn/pull/35 Thanks!