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
..
__init__.py
aix_inittab.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
aix_lvol.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
alternatives.py
at.py
authorized_key.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
awall.py
beadm.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
capabilities.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
cron.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
cronvar.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
crypttab.py
dconf.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
debconf.py
facter.py
filesystem.py Extend functionality of filesystem module to support swap creation (#49456) 2018-12-04 12:01:29 +00:00
firewalld.py Sanity fixes in various modules (#50080) 2018-12-18 09:53:46 -06:00
gconftool2.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
getent.py
group.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
hostname.py
interfaces_file.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
iptables.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
java_cert.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
java_keystore.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
kernel_blacklist.py
known_hosts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
locale_gen.py correct message to have consistent pluralisation (#36897) 2018-11-26 13:45:38 -05:00
lvg.py List correctly current PV in "lvg" module: fix lvg reduce (#49731) 2018-12-20 15:43:18 +00:00
lvol.py
make.py ``make`` module: check return code (#47861) 2018-12-03 10:29:18 +00:00
mksysb.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
modprobe.py Make modprobe module check for builtins as well (#37150) 2018-12-20 15:30:29 -06:00
mount.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
nosh.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ohai.py
open_iscsi.py
openwrt_init.py
osx_defaults.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
pam_limits.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
pamd.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
parted.py
ping.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
puppet.py Add module parameter to control Puppet agent noop switch (#43678) 2018-12-04 12:30:19 +00:00
python_requirements_facts.py
reboot.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
runit.py
seboolean.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
sefcontext.py
selinux.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
selinux_permissive.py
seport.py
service.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
service_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
setup.py Validate DOCUMENTATION.author (#48993) 2018-11-21 17:29:29 +00:00
solaris_zone.py
svc.py Typo and style fixes in docs and messages for svc module (#48298) 2018-11-07 10:24:59 -05:00
sysctl.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
systemd.py Small documentation update: Clarify daemon-reload always executing. (#49889) 2018-12-18 12:22:57 -06:00
sysvinit.py Sysvinit - Enabling a service should use "defaults" if no runlevels are specified (#48724) 2018-11-15 09:53:10 -05:00
timezone.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
ufw.py
user.py Fix typo: or -> on (#50123) 2018-12-19 12:12:52 +01:00
vdo.py
xfconf.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00