Skip to content
Snippets Groups Projects
Unverified Commit 539e15aa authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Update README.md: Add ansible-galaxy collection command for ansible 2.9+

Add command and information about ansible-galaxy collection install. Installing collections
using the ansible-galaxy command is only supported with ansible 2.9+. The mazer tool can
be used for to install the collection for ansible 2.8:
parent b06ef3fc
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,14 @@ There are RPM packages available for Fedora 29+. These are installing the roles
This command will get the whole collection from galaxy:
```bash
ansible-galaxy collection install freeipa.ansible_freeipa
```
Installing collections using the ansible-galaxy command is only supported with ansible 2.9+.
The mazer tool can be used for to install the collection for ansible 2.8:
```bash
mazer install freeipa.ansible_freeipa
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment