Skip to content

Commit

Permalink
add meta/requirements.yml
Browse files Browse the repository at this point in the history
The storage role requires ansible.posix.mount.  Add a requirement
for the ansible.posix collection.
  • Loading branch information
richm committed Oct 5, 2021
1 parent f2a6a2b commit 24a0b76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ As of now, the role supports managing file systems and mount entries on
- unpartitioned disks
- lvm (unpartitioned whole-disk physical volumes only)

Requirements
------------

See `meta/requirements.yml` for the requirements. You must install the
requirements before using this role:
```
ansible-galaxy collection install -vv -r meta/requirements.yml
```
See
https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#using-meta-requirements-yml
for more information.

Role Variables
--------------
Expand Down
2 changes: 2 additions & 0 deletions meta/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
collections:
- name: ansible.posix

0 comments on commit 24a0b76

Please sign in to comment.