diff --git a/README.md b/README.md index 4957e86fb8fc0c82fe8d0f4931fbdc2d5245e838..5efbd08884101f434adccc282e9c32226313ff17 100644 --- a/README.md +++ b/README.md @@ -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 ```