From 6da4186f6e05313161f3acbf58f962523ba665d5 Mon Sep 17 00:00:00 2001 From: Travis Michette Date: Thu, 7 Apr 2022 13:42:38 -0400 Subject: [PATCH] Update installing_collections_file.rst (#77439) --- .../rst/shared_snippets/installing_collections_file.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/shared_snippets/installing_collections_file.rst b/docs/docsite/rst/shared_snippets/installing_collections_file.rst index 60eccab4312..7c4fbcd9cb4 100644 --- a/docs/docsite/rst/shared_snippets/installing_collections_file.rst +++ b/docs/docsite/rst/shared_snippets/installing_collections_file.rst @@ -16,9 +16,9 @@ Ansible can also install a collection collected with ``ansible-galaxy collection .. code-block:: yaml collections: - - source: /tmp/my_namespace-my_collection-1.0.0.tar.gz + - name: /tmp/my_namespace-my_collection-1.0.0.tar.gz type: file .. note:: - Relative paths are calculated from the current working directory (where you are invoking ``ansible-galaxy install -r`` from). They are not taken relative to the ``requirements.yml`` file. \ No newline at end of file + Relative paths are calculated from the current working directory (where you are invoking ``ansible-galaxy install -r`` from). They are not taken relative to the ``requirements.yml`` file.