summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Klychkov <aklychko@redhat.com>2021-06-24 21:33:18 +0300
committerGitHub <noreply@github.com>2021-06-24 13:33:18 -0500
commite137398a8458f45e7679bc7ca7b607da5878af22 (patch)
tree8cca0210ed9dfbdcff780363f50952f49f196db6 /docs
parent348eee92bfa9896f88cba3530ddcd8eddf467074 (diff)
downloadansible-e137398a8458f45e7679bc7ca7b607da5878af22.tar.gz
collections_using.rst: add note that manual upgrade is required when installing collections from Galaxy (#75024) (#75025)
(cherry picked from commit 5df82415b553a96c50b335b3480385e5701a9033)
Diffstat (limited to 'docs')
-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 eaee16f382..0aabcdb19c 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``
----------------------------------------------