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
Bjorn Neergaard cbc417ca1b Wrap get_distribution_version() in the hostname module
We wrap get_distribution_version() with a new function,
_get_distribution_version(), that returns `0` when the result is a string or
`None`.

This accounts for the case when get_distribution_version() returns a string,
and we try to compare it to a float. We do this in the hostname module instead
of the module snippets because other modules may want the real string
version.module snippets because other modules may want the real string version.
12 years ago
..
alternatives now module searches for update-alternatives vs hardcoding it 12 years ago
at Fix docstring issue. 12 years ago
authorized_key Add check_mode support to authorized_key. Fixes #7300 12 years ago
capabilities fix typo in the capabilities module description 12 years ago
cron Use correct parameter name in error message. 12 years ago
debconf Correct/update debconf examples - need to specify vtype. 12 years ago
facter Addresses #5023 Fix import comments 12 years ago
filesystem filesystem: Ignore blkid cache 12 years ago
firewalld Check to make sure the firewalld client is connected before proceeding 12 years ago
group Updating the other classes in the group module to match #7249 12 years ago
hostname Wrap get_distribution_version() in the hostname module 12 years ago
kernel_blacklist Addresses #5023 Fix import comments 12 years ago
locale_gen Fix name in locale_gen docstring 12 years ago
lvg Merge branch 'lvg_dm_names' of https://github.com/ajsalminen/ansible into ajsalminen-lvg_dm_names 12 years ago
lvol Require force for LVM shrink and remove operations in lvol. Fixes #5774 12 years ago
modprobe Update authors for modprobe module 12 years ago
mount Default for fstab missing, causing KeyError: 'fstab' 12 years ago
ohai Addresses #5023 Fix import comments 12 years ago
open_iscsi open_iscsi module: support RC 21 when listing logged-in target 12 years ago
ping Add version_added to all modules missing version_added information, the docs formatter will now 12 years ago
seboolean Fixes #5023 Convert all modules to use new snippet import pattern 12 years ago
selinux Fixes #5023 Convert all modules to use new snippet import pattern 12 years ago
service Remove useless code 12 years ago
setup Enable puppet facts 12 years ago
sysctl FreeBSD 10 compatibility fix 12 years ago
ufw Error checking and reporting on interface ufw rule 12 years ago
user Fix "TypeError: group id must be integer" if groupid passed in for group 12 years ago
zfs zfs: work around incompatibility by renaming share.nfs to sharenfs 12 years ago