summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Klychkov <aklychko@redhat.com>2021-06-24 21:37:59 +0300
committerGitHub <noreply@github.com>2021-06-24 13:37:59 -0500
commit39cae91b023e3a2077bdcc3697e95376f3768174 (patch)
treef5e3508527bde3e8fc4a4ee1743ba507af0ce8a0
parenta4e9291f869deb405e4c7229b4e09c36fce64f2c (diff)
downloadansible-39cae91b023e3a2077bdcc3697e95376f3768174.tar.gz
collections_using.rst: add note that manual upgrade is required when installing collections from Galaxy (#75024) (#75027)
(cherry picked from commit 5df82415b553a96c50b335b3480385e5701a9033)
-rw-r--r--docs/docsite/rst/user_guide/collections_using.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/docsite/rst/user_guide/collections_using.rst b/docs/docsite/rst/user_guide/collections_using.rst
index 810050e572..9b60994f02 100644
--- a/docs/docsite/rst/user_guide/collections_using.rst
+++ b/docs/docsite/rst/user_guide/collections_using.rst
@@ -17,6 +17,9 @@ You can install and use collections through `Ansible Galaxy <https://galaxy.ansi
Installing collections
======================
+.. note::
+
+ If you install a collection manually as described in this paragraph, the collection will not be upgraded automatically when you upgrade the ``ansible`` package or ``ansible-core``.
Installing collections with ``ansible-galaxy``
----------------------------------------------