Files
community.general/lib/ansible/modules/system
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
..
2017-11-30 18:07:11 +10:00
2018-09-10 14:20:22 -04:00
2018-11-28 13:55:52 +05:30
2018-07-22 02:31:46 -04:00
2018-08-24 19:43:35 -04:00
2018-08-24 19:43:35 -04:00
2018-12-19 12:12:52 +01:00