Adds dependency on ansible.posix and community.general (#415)

* galaxy.yml: Adds dependency on ansible.posix (Fixes: #414)

This is required by the OS hardening role, which uses the mount module.

* add community.general dependency

Co-authored-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
This commit is contained in:
Iain R. Learmonth 2021-04-28 09:35:46 +01:00 committed by GitHub
parent 180acf9540
commit 93c489d3b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,9 @@ tags:
- mysql
- openssh
dependencies:
ansible.posix: '>=1.0.0'
community.crypto: '>=1.0.0'
community.general: '>=1.0.0'
repository: 'https://github.com/dev-sec/ansible-os-hardening'
homepage: 'https://dev-sec.io/'
issues: 'https://github.com/dev-sec/ansible-os-hardening/issues'