community.general/lib/ansible
Jacob Floyd 069e0b8d57 Make modprobe module check for builtins as well (#37150)
Without this modprobe always reports changed when modprobe-ing a builtin module.

With this, if a kernel module is a builtin, the modprobe module will:
- succeed (without incorrectly reporting changed) if ``state`` is ``present``;
- fail if ``state`` is ``absent``

The failure will have whatever error message modprobe returns when
attempting to remove a builtin module. For example:
``modprobe: ERROR: Module nfs is builtin.``
2018-12-20 15:30:29 -06:00
..
cli VALID_ACTIONS for cli subcommands will now be a frozenset (#50058) 2018-12-19 07:03:22 +10:00
compat
config Update unit tests for configmanager 2018-12-18 12:20:35 -08:00
errors
executor Allow persistent connection plugins to queue messages back to ansible-connection (#49977) 2018-12-19 10:54:42 -05:00
galaxy
inventory Fix reverse_inventory order to work on python3 (#49895) 2018-12-17 15:39:29 -06:00
module_utils MSC: Various bugfixes and features enhancements (#50200) 2018-12-20 18:18:46 +01:00
modules Make modprobe module check for builtins as well (#37150) 2018-12-20 15:30:29 -06:00
parsing
playbook added handlers_from (#49220) 2018-12-18 11:28:24 -05:00
plugins Update ini.py (#50171) 2018-12-20 10:07:05 -05:00
template
utils MSC: Various bugfixes and features enhancements (#50200) 2018-12-20 18:18:46 +01:00
vars
__init__.py
constants.py
release.py