From 539e15aab35568b587b4a5b0d9b631f2ccd3d94c Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Tue, 12 Nov 2019 10:54:07 +0100
Subject: [PATCH] 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:
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 4957e86f..5efbd088 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
 ```
-- 
GitLab