1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
Cameron Nemo 45b171a064
Xbps various changes (#95)
* fix(modules/xbps): do not upgrade in check mode

Ensure that while in check mode, this module does not upgrade all
packages on the system.

* chore(modules/xbps): refactor update_cache

Pull out the update_cache logic from the main function.

* feat(modules/xbps): upgrade xbps package itself

Perform an upgrade of the xbps package itself, when necessary.
Otherwise, users' playbooks will fail to install or upgrade packages
when the xbps version is out of date.
See https://github.com/void-linux/xbps/issues/229 for more information.
2020-04-10 19:15:02 +01:00
..
become Fix become plugins (#50) 2020-03-30 19:09:45 +02:00
cache Initial commit 2020-03-09 09:11:07 +00:00
callback Initial commit 2020-03-09 09:11:07 +00:00
connection Add missing libvirt_lxc connection plugin (#111) 2020-04-03 14:39:04 +01:00
doc_fragments [wip] Remove network content (#84) 2020-04-01 21:34:05 +02:00
filter Initial commit 2020-03-09 09:11:07 +00:00
inventory Fix docker_swarm, docker_machine and gitlab_runners inventory plugins' verify method. (#67) 2020-03-29 20:14:22 +02:00
lookup [wip] Remove network content (#84) 2020-04-01 21:34:05 +02:00
module_utils [wip] Remove network content (#84) 2020-04-01 21:34:05 +02:00
modules Xbps various changes (#95) 2020-04-10 19:15:02 +01:00