1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/library/system
Serge van Ginderachter 2dfee9d0a7 lvg module bugfix on vg_options patch
When no vg_options are passed to the module, 'vg_options' still exists
in the module.params dict with a value of None, so the default empty string in
the get method is never used. None cannot be "splitted", which backtraced.
2014-04-04 15:32:35 +02:00
..
alternatives Version bump for alternatives module, changelog. 2014-03-16 16:54:57 -04:00
at Fix docstring issue. 2014-03-11 16:23:18 -05:00
authorized_key Slightly revise wording. 2014-04-02 17:43:40 -04:00
capabilities fix typo in the capabilities module description 2014-03-30 22:33:24 +02:00
cron Name is not required, update docs. 2014-04-03 18:03:13 -04:00
debconf Merge pull request #6810 from bob-smith/debconf-text 2014-04-02 17:25:22 -04:00
facter Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
filesystem filesystem: Ignore blkid cache 2014-02-25 20:16:01 -06:00
firewalld Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
group Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
hostname hostname module: don't filter hostnamectl with awk 2014-03-16 13:10:28 -04:00
kernel_blacklist Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
locale_gen Fix name in locale_gen docstring 2014-03-11 16:13:55 -04:00
lvg lvg module bugfix on vg_options patch 2014-04-04 15:32:35 +02:00
lvol Require force for LVM shrink and remove operations in lvol. Fixes #5774 2014-02-24 18:52:35 -06:00
modprobe Merge pull request #6296 from jdauphant/devel 2014-03-27 17:12:21 -04:00
mount Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
ohai Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
open_iscsi Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
ping Add version_added to all modules missing version_added information, the docs formatter will now 2013-11-18 18:55:49 -05:00
seboolean Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
selinux Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
service More descriptive error message if init system is unknown 2014-03-30 11:46:13 +10:00
setup Move facts to 'module_utils' so they can be referenced by other modules. Note unlike other module_utils/ dirs this keeps the original 2014-03-16 16:12:02 -04:00
sysctl Fix _parse_value always returning 0 when not true, false or None. 2014-04-02 15:59:05 -07:00
ufw Bugfix for ufw to support "logging" properly: 2014-03-29 11:06:51 +02:00
user Modified library/system/user so that password change date is set on Solaris when updating password 2014-03-22 15:12:56 -04:00
zfs Fix zfs create command for properties with spaces 2014-02-18 11:30:17 +01:00