mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
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:
This commit is contained in:
@@ -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:
|
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
|
```bash
|
||||||
mazer install freeipa.ansible_freeipa
|
mazer install freeipa.ansible_freeipa
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user