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/system
Michael Scherer 4ed4bfff90 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.
11 years ago
..
alternatives
at
authorized_key Slightly revise wording. 11 years ago
capabilities fix typo in the capabilities module description 11 years ago
cron Fixes syntax error in cron module caused by #6870 11 years ago
debconf Correct/update debconf examples - need to specify vtype. 11 years ago
facter
filesystem
firewalld Check to make sure the firewalld client is connected before proceeding 11 years ago
group
hostname
kernel_blacklist
locale_gen
lvg
lvol
modprobe
mount
ohai
open_iscsi
ping
seboolean
selinux
service Add a better error message for service 11 years ago
setup
sysctl Fix _parse_value always returning 0 when not true, false or None. 11 years ago
ufw
user Do not fail if we try to generate a ssh key for a user without being root 11 years ago
zfs