From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44180138359 for ; Tue, 15 Sep 2020 17:27:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70085E08EB; Tue, 15 Sep 2020 17:27:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51725E08EB for ; Tue, 15 Sep 2020 17:27:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50F7F340E5C for ; Tue, 15 Sep 2020 17:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A7D82F9 for ; Tue, 15 Sep 2020 17:27:33 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1600190845.6bb10e59f2ead755a949c24ca702b258c7b23e28.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-base/metadata.xml X-VCS-Directories: app-admin/ansible-base/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6bb10e59f2ead755a949c24ca702b258c7b23e28 X-VCS-Branch: master Date: Tue, 15 Sep 2020 17:27:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e178598e-198c-4076-b9c5-92fcd92375c9 X-Archives-Hash: 279e9dae5b67e85499c4ae28e013562c commit: 6bb10e59f2ead755a949c24ca702b258c7b23e28 Author: Marek Szuba gentoo org> AuthorDate: Tue Sep 15 17:25:11 2020 +0000 Commit: Marek Szuba gentoo 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 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 @@ Patrice Clement - ansible-base + ansible-base ansible/ansible https://github.com/ansible/ansible/issues -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.