ansible/docs
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
..
bin Docs: Show parameter types (in purple) (#49966) 2018-12-20 18:34:32 +01:00
docsite Make modprobe module check for builtins as well (#37150) 2018-12-20 15:30:29 -06:00
man
templates Docs: Show parameter types (in purple) (#49966) 2018-12-20 18:34:32 +01:00