mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-08 02:01:31 -07:00
For some strange reasons the 'swupd' module does not fail if I specify a non-existing bundle like "xxx". This is inconsistent with other modules, for example 'dnf'. The end result is that if someone uses the 'package' module, the result is inconsistent across OSes: for Fedora trying to install an non-existing module fails, bot for Clear Linux it just prints a warning and succeeds. This patch fixes the inconsistent behavior. With this patch 'swupd' will fail if one tries to install a bundle that does not exist. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |