You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.``
6 years ago
..
bin Docs: Show parameter types (in purple) (#49966) 6 years ago
docsite Make modprobe module check for builtins as well (#37150) 6 years ago
man added docs to CLI docstringsadded 8 years ago
templates Docs: Show parameter types (in purple) (#49966) 6 years ago