Skip to content

Commit 806beb6

Browse files
committed
Remove meta/requirements.yml and document collection dependencies
Users should install required collections themselves rather than having them auto-installed via meta dependencies. Updated README to provide clear installation instructions for ansible.posix, community.crypto, and community.general collections.
1 parent 74a9bba commit 806beb6

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,22 @@ See [TESTING.md](TESTING.md).
973973

974974

975975
## Dependencies
976-
None.
976+
977+
This role requires the following Ansible collections to be installed:
978+
979+
- `ansible.posix` (version 2.1.0 or higher)
980+
- `community.crypto` (version 3.0.3 or higher)
981+
- `community.general` (version 11.3.0 or higher)
982+
983+
You can install them using:
984+
985+
```bash
986+
ansible-galaxy collection install 'ansible.posix:>=2.1.0'
987+
ansible-galaxy collection install 'community.crypto:>=3.0.3'
988+
ansible-galaxy collection install 'community.general:>=11.3.0'
989+
```
990+
991+
Or use a requirements file with `ansible-galaxy install -r requirements.yml`.
977992

978993

979994
## Recommended Reading

meta/requirements.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)