summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Klychkov <aklychko@redhat.com>2021-06-29 22:12:23 +0300
committerGitHub <noreply@github.com>2021-06-29 14:12:23 -0500
commit197458d9ac27738a5bec7ddcef8bd56027f6afaa (patch)
tree10c5461dbf9265b6770840d29c2bc2f79a908543
parent50ef1599a1fd745afe37f4a249e3e664f41436c8 (diff)
downloadansible-197458d9ac27738a5bec7ddcef8bd56027f6afaa.tar.gz
collections_using.rst: add note that manual upgrade is required when installing collections from Galaxy (#75024) (#75026)
(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 b1c7f20778..3feafff93c 100644
--- a/docs/docsite/rst/user_guide/collections_using.rst
+++ b/docs/docsite/rst/user_guide/collections_using.rst
@@ -21,6 +21,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``
----------------------------------------------