Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-base/
Date: Tue, 15 Sep 2020 17:27:36
Message-Id: 1600190845.6bb10e59f2ead755a949c24ca702b258c7b23e28.marecki@gentoo
1 commit: 6bb10e59f2ead755a949c24ca702b258c7b23e28
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 17:25:11 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 17:27:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb10e59
7
8 app-admin/ansible-base: Add package explanation to longdescription.
9
10 Committed with permission from prometheanfire on IRC.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 app-admin/ansible-base/metadata.xml | 10 ++++++++--
15 1 file changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/app-admin/ansible-base/metadata.xml b/app-admin/ansible-base/metadata.xml
18 index e1e179d4620..eb7c38b1c2e 100644
19 --- a/app-admin/ansible-base/metadata.xml
20 +++ b/app-admin/ansible-base/metadata.xml
21 @@ -18,12 +18,18 @@
22 <name>Patrice Clement</name>
23 </maintainer>
24 <upstream>
25 - <remote-id type="pypi">ansible-base</remote-id>
26 + <remote-id type="pypi">ansible-base</remote-id>
27 <remote-id type="github">ansible/ansible</remote-id>
28 <bugs-to>https://github.com/ansible/ansible/issues</bugs-to>
29 </upstream>
30 <longdescription lang="en">
31 -Radically simple deployment, model-driven configuration management, and
32 +Radically simple deployment, model-driven configuration management, and
33 command execution framework.
34 +
35 +This is a minimal installation of Ansible which contains the core programs,
36 +some documentation, and a tiny subset of modules and plugins to allow for a
37 +functioning controller. All other modules, including most of those
38 +bundled with in Ansible 2.9 and older, must be installed separately,
39 +e.g. from collections.
40 </longdescription>
41 </pkgmetadata>