From 27ae01eeede6eef01cbd87b33308d27520391dd7 Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 24 May 2024 13:13:16 +0200 Subject: [PATCH] fix --- collections/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/README.md b/collections/README.md index 626c9dd..5f0beeb 100644 --- a/collections/README.md +++ b/collections/README.md @@ -27,5 +27,5 @@ collections: To list installed collections, run `ansible-galaxy collection list` (inside awx operator container) -# install multiple collections with a requirements file +# Install multiple collections with a requirements file [Install-multiple](https://docs.ansible.com/ansible/devel/collections_guide/collections_installing.html#install-multiple-collections-with-a-requirements-file)