ansible/library/system
Michael Scherer d5c290b513 fix logic in module host to add aliases even if none exist already, fix #4563
self._has_aliases is used to know if a alias already exist, but
the test we want is to know if we need to add a new alias, which
is stored in self.aliases
2013-10-19 01:51:42 +02:00
..
authorized_key Merge pull request #4517 from adfinis-sygroup/devel 2013-10-16 17:40:43 -07:00
cron Fix for the cron module on FreeBSD 2013-08-24 21:37:10 -05:00
facter DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
filesystem fixed x-bits in git 2013-06-16 22:22:16 -04:00
firewalld Fix timeout bug in firewalld module 2013-10-10 13:41:42 +07:00
group Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
host fix logic in module host to add aliases even if none exist already, fix #4563 2013-10-19 01:51:42 +02:00
lvg fixed bug from prev update 2013-08-01 00:24:34 -04:00
lvol Module lvol fails when decimal point is a colon 2013-09-24 16:19:07 +02:00
modprobe Added version_added string to new modprobe module and CHANGELOG update 2013-09-23 15:02:02 -05:00
mount now mount/unmount are searched for instead of hardcoded 2013-06-17 17:01:35 -04:00
ohai DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
open_iscsi Fixing up some open_iscsi docs and CHANGELOG update 2013-09-25 14:37:56 -05:00
ping DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
seboolean DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
selinux The required package for selinux is libselinux-python 2013-09-06 16:26:48 -04:00
service Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
setup Merge branch 'devel' of git://github.com/shirou/ansible into devel 2013-10-14 11:50:25 -04:00
sysctl Improve the formatting and content for the sysctl module's description. 2013-10-14 07:16:47 +00:00
user Fixes #4554 Enumerate user homedir if not passed as an argument 2013-10-17 13:15:32 -04:00
zfs Add option 'lz4' for compression 2013-09-30 14:20:21 +02:00