commit: 6bb10e59f2ead755a949c24ca702b258c7b23e28
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 17:25:11 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 17:27:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb10e59
app-admin/ansible-base: Add package explanation to longdescription.
Committed with permission from prometheanfire on IRC.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-admin/ansible-base/metadata.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/app-admin/ansible-base/metadata.xml
b/app-admin/ansible-base/metadata.xml
index e1e179d4620..eb7c38b1c2e 100644
--- a/app-admin/ansible-base/metadata.xml
+++ b/app-admin/ansible-base/metadata.xml
@@ -18,12 +18,18 @@
<name>Patrice Clement</name>
</maintainer>
<upstream>
- <remote-id type="pypi">ansible-base</remote-id>
+ <remote-id type="pypi">ansible-base</remote-id>
<remote-id type="github">ansible/ansible</remote-id>
<bugs-to>https://github.com/ansible/ansible/issues</bugs-to>
</upstream>
<longdescription lang="en">
-Radically simple deployment, model-driven configuration management, and
+Radically simple deployment, model-driven configuration management, and
command execution framework.
+
+This is a minimal installation of Ansible which contains the core programs,
+some documentation, and a tiny subset of modules and plugins to allow for a
+functioning controller. All other modules, including most of those
+bundled with in Ansible 2.9 and older, must be installed separately,
+e.g. from collections.
</longdescription>
</pkgmetadata>