ansible/library/system
Michael Scherer 28c373da0c Do not fail if we try to generate a ssh key for a user without being root
If we try to use the user module without being root, it fail on RHEL/Fedora
because usermod --help cannot be run. The root cause is lack of permission
due to EAL4+ certification, as seen in shadow-utils changelo.

So if we cannot run it, assume there is no append. It doesn't matter
much since we will not be able to run usermod at all with or without the
option.
2014-04-28 12:29:57 +02:00
..
alternatives Version bump for alternatives module, changelog. 2014-03-16 16:54:57 -04:00
at
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 Fixes syntax error in cron module caused by #6870 2014-04-08 12:53:56 -04:00
debconf Correct/update debconf examples - need to specify vtype. 2014-04-23 21:51:01 +01:00
facter
filesystem
firewalld Check to make sure the firewalld client is connected before proceeding 2014-04-15 15:03:52 -05:00
group
hostname hostname module: don't filter hostnamectl with awk 2014-03-16 13:10:28 -04:00
kernel_blacklist
locale_gen
lvg Rename vgoptions to vg_options. 2014-03-28 12:53:36 -04:00
lvol
modprobe Merge pull request #6296 from jdauphant/devel 2014-03-27 17:12:21 -04:00
mount
ohai
open_iscsi Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
ping
seboolean
selinux
service Add a better error message for service 2014-04-22 09:13:57 +02: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 Do not fail if we try to generate a ssh key for a user without being root 2014-04-28 12:29:57 +02:00
zfs