mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
391c3aa850
* pacman: re-adding support for URL based pkgs
* Update plugins/modules/packaging/os/pacman.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/packaging/os/pacman.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* cmd=cmd in every call to self.fail()
* pacman: integration test for mixed pkg sources
* Add more tests + fix minor bug with URL packages
Version checking for URL packages is left to pacman, so add a check
after the dry run to see if it would actually install anything.
* remove double templating
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
test_apk.py | ||
test_homebrew.py | ||
test_homebrew_cask.py | ||
test_macports.py | ||
test_pacman.py | ||
test_pacman_key.py | ||
test_pkgin.py | ||
test_redhat_subscription.py | ||
test_rhn_channel.py | ||
test_rhn_register.py | ||
test_rhsm_release.py | ||
test_rpm_ostree_pkg.py |