diff --git a/collections/README.md b/collections/README.md index fa7bba3..626c9dd 100644 --- a/collections/README.md +++ b/collections/README.md @@ -27,3 +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](https://docs.ansible.com/ansible/devel/collections_guide/collections_installing.html#install-multiple-collections-with-a-requirements-file)