Search Criteria
Package Details: ansible-core-2.16 2.16.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ansible-core-2.16.git (read-only, click to copy) |
---|---|
Package Base: | ansible-core-2.16 |
Description: | Radically simple IT automation platform |
Upstream URL: | https://www.ansible.com |
Licenses: | GPL-3.0-or-later AND BSD-2-Clause AND PSF-2.0 AND MIT AND Apache-2.0 |
Conflicts: | ansible-core |
Provides: | ansible-base, ansible-core, python-ansible |
Replaces: | ansible-base |
Submitter: | nicolasyang |
Maintainer: | nicolasyang |
Last Packager: | nicolasyang |
Votes: | 1 |
Popularity: | 0.147934 |
First Submitted: | 2024-05-22 05:12 (UTC) |
Last Updated: | 2024-10-08 05:46 (UTC) |
Dependencies (35)
- python (python37AUR, python311AUR, python310AUR)
- python-cryptography
- python-jinja
- python-packaging
- python-paramiko (python-paramiko-ngAUR)
- python-pyyaml (python-yaml)
- python-resolvelib (python-resolvelib-gitAUR)
- python-typing_extensions
- python-build (make)
- python-docutils (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- git (git-gitAUR, git-glAUR) (check)
- openssh (openssh-gitAUR, openssh-gssapiAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-hpn-shimAUR, openssh-selinuxAUR) (check)
- python-bcrypt (check)
- python-botocore (python-botocore-gitAUR) (check)
- python-passlib (check)
- python-pexpect (check)
- python-pytest (check)
- Show 15 more dependencies...
Required by (16)
- ansible-aur-git (requires ansible-core)
- ansible-collection-community-general (requires ansible-core)
- ansible-collection-kewlfft-aur (requires ansible-core)
- ansible-creator (requires ansible-core)
- ansible-creator-git (requires ansible-core)
- ansible-dev-environment (requires ansible-core)
- ansible-dev-environment-git (requires ansible-core)
- ansible-gopass (requires ansible-core)
- ansible-lint-git (requires ansible-core)
- ansible-navigator (requires ansible-core)
- ansible-navigator-git (requires ansible-core)
- kalliope (requires python-ansible)
- python-ansibug (requires ansible-core)
- scap-security-guide (requires ansible-core) (make)
- scap-security-guide-git (requires ansible-core) (make)
- semaphore-bin (requires ansible-core)
Latest Comments
nicolasyang commented on 2024-07-08 19:03 (UTC)
@sctyboy
Display
is aSingleton
. I think this stops patchingsubprocess.Popen
from working when the unit tests run in batch. I have commented in the upstream issue.sctyboy commented on 2024-07-08 13:24 (UTC) (edited on 2024-07-08 13:25 (UTC) by sctyboy)
I have the same build/test failure with cowsay, now, but only if it's run via makepkg, if I run the test manually it seems to pass fine:
from makepkg:
manually:
sctyboy commented on 2024-06-03 14:15 (UTC)
Upstream corrected this under https://github.com/ansible/ansible/pull/83347.
nicolasyang commented on 2024-05-30 03:18 (UTC) (edited on 2024-05-30 03:19 (UTC) by nicolasyang)
(In reply to @sctyboy)
It is an upstream problem. The test also fails in 2.17.0 if cowsay is installed. Please report it to https://github.com/ansible/ansible.
sctyboy commented on 2024-05-29 19:17 (UTC) (edited on 2024-05-29 19:18 (UTC) by sctyboy)
If cowsay package is installed, then the build/tests fail as follows. Removing the cowsay package allows the build to proceed normally.