Update installing_collections_file.rst (#77439)

pull/77497/head
Travis Michette 4 years ago committed by GitHub
parent e8dbc84afe
commit 6da4186f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,9 +16,9 @@ Ansible can also install a collection collected with ``ansible-galaxy collection
.. code-block:: yaml .. code-block:: yaml
collections: 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 type: file
.. note:: .. 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. 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.

Loading…
Cancel
Save