This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.
Git Clone URL: | https://aur.archlinux.org/ansible-core-git.git (read-only, click to copy) |
---|---|
Package Base: | ansible-core-git |
Description: | Radically simple IT automation platform |
Upstream URL: | https://github.com/ansible/ansible |
Licenses: | GPL3 |
Conflicts: | ansible-core, python-ansible |
Provides: | ansible-core, python-ansible |
Replaces: | ansible-core, python-ansible |
Submitter: | aminvakil |
Maintainer: | aminvakil |
Last Packager: | aminvakil |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-14 17:48 (UTC) |
Last Updated: | 2024-04-28 09:59 (UTC) |
This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.
@caltlgin Thanks for the suggestion, fixed!
Please let me know if you think of any other stuff which could be better.
Got a fatal error using package. Ansible-console has no modules imported. Started an ansible-console and there's no ANY modules(like community amazon, azure, mysql or ANY other). /usr/share/ansible got only doc directory left and nothing more. Can anyone tell me what's happened to package and how can I use modules now?
python-straight.plugin and git should be in makedepends. Also, could you change pkgver() function?
pkgver() {
cd "$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
The current pkgver() generates strange version like pre.ansible.base.r339.gbbdf77a59f5-1
.
Now needs to optdep on hcloud-python for hcloud support.
Could you please change CHANGELOG.md to CHANGELOG.rst?
Hi. I flagged the package out of date, but that's not correct.
There might be some issues with installing/updating/deleting when changing between ansible and ansible-git packages. Or it could be something weird that only happened on my system...
Sorry for the false alarm.
@actionless: I've added ansible
back in the provides array. Thanks for the heads up!
it's missing Provides: ansible
can be a problem when installing, let's say, ansible-lint
Pinned Comments
aminvakil commented on 2021-08-28 15:06 (UTC)
This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.