New commits:
commit 5a5956e75027598ac8e395ad6a3bf6767c681381
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
ansible 2.13.2
commit 107ee89f42026cf24216fcba07192a9cdc137ee1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
ansible-community: new spell, radically simple IT automation system
diff --git a/ChangeLog b/ChangeLog
index b474787..36a431d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-04 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/ansible-community: new spell, radically simple IT
+ automation system
+
2022-08-01 Vlad Glagolev <stealth AT sourcemage.org>
* utils/zzz: new spell, simple program to suspend or hibernate your
computer
diff --git a/python-pypi/ansible-community/DEPENDS
b/python-pypi/ansible-community/DEPENDS
new file mode 100755
index 0000000..1dbcc02
--- /dev/null
+++ b/python-pypi/ansible-community/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends SETUPTOOLS
diff --git a/python-pypi/ansible-community/DETAILS
b/python-pypi/ansible-community/DETAILS
new file mode 100755
index 0000000..6ab0ff5
--- /dev/null
+++ b/python-pypi/ansible-community/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ansible-community
+ VERSION=6.2.0
+ SECURITY_PATCH=5
+ SOURCE="ansible-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/a/ansible/$SOURCE
+
SOURCE_HASH=sha512:7e0751fdedef6bd92a01c06e23dd482bb4b4795ef5a17754eea8f8297cebddb84b4d20041affec6589297214cd820cddaea4618d2f3a158daebb556c4a87bdb0
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/ansible-$VERSION"
+ DOC_DIRS=""
+ WEB_SITE=http://ansible.com/
+ LICENSE[0]=GPL
+ ENTERED=20150806
+ SHORT="radically simple IT automation system"
+cat << EOF
+The Ansible community package offers the functionality that existed in
Ansible
+2.9, with more than 85 Collections containing thousands of modules and
+plugins.
+
+This spell doesn't contain Ansible Core.
+EOF
diff --git a/python-pypi/ansible-community/HISTORY
b/python-pypi/ansible-community/HISTORY
new file mode 100644
index 0000000..d2ee1a2
--- /dev/null
+++ b/python-pypi/ansible-community/HISTORY
@@ -0,0 +1,2 @@
+2022-08-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created, version 6.2.0
diff --git a/python-pypi/ansible/DEPENDS b/python-pypi/ansible/DEPENDS
index 1f53ce0..f50752a 100755
--- a/python-pypi/ansible/DEPENDS
+++ b/python-pypi/ansible/DEPENDS
@@ -5,6 +5,8 @@ depends paramiko &&
depends jinja2 &&
depends pyyaml &&