community.general/lib/ansible/modules/extras/system
David Wittman ef0f852041 Fix multiple issues with alternatives module
- Changes are no longer erroneously reported on RHEL (#12)
 - Adding new link groups on Debian works again.
   - This was broken in a previous commit by assuming the OS was RHEL
     if `update-alternatives --query <name>` had a return code of 2
 - Prefer `--display` over `--query` for determining available
   alternatives
   - --display is more distro-agnostic and simplifies the code
 - Fix missing `msg=` in `fail_json` call when `link` is missing
 - Document that `link` is required on RHEL-based distros

Tested on Ubuntu 12.04+ and CentOS 6/7
2016-12-08 11:32:29 -05:00
..
__init__.py package files 2016-12-08 11:32:18 -05:00
alternatives.py Fix multiple issues with alternatives module 2016-12-08 11:32:29 -05:00
at.py fix at.py module on non-glibc systems 2016-12-08 11:32:22 -05:00
capabilities.py File extensions! 2016-12-08 11:32:18 -05:00
crypttab.py Don't know why but the 1.8.x branch didn't include the commit for crypttab. 2016-12-08 11:32:28 -05:00
debconf.py remove unused variable 2016-12-08 11:32:23 -05:00
facter.py Facter module should return custom facts 2016-12-08 11:32:25 -05:00
filesystem.py mkfs.xfs uses -f instead of -F flag 2016-12-08 11:32:18 -05:00
firewalld.py Added documentation and example for port ranges. 2016-12-08 11:32:29 -05:00
getent.py Fix getent behaviour with fail_key=False 2016-12-08 11:32:23 -05:00
gluster_volume.py gluster_volume: remove redundant code 2016-12-08 11:32:28 -05:00
kernel_blacklist.py File extensions! 2016-12-08 11:32:18 -05:00
known_hosts.py Changes from Brian Coca's review of this module 2016-12-08 11:32:27 -05:00
locale_gen.py Set default for locale_gen state parameter 2016-12-08 11:32:27 -05:00
lvg.py Replace dev_string to dev_list 2016-12-08 11:32:20 -05:00
lvol.py system/lvol: Suppress prompts from lvcreate 2016-12-08 11:32:29 -05:00
modprobe.py File extensions! 2016-12-08 11:32:18 -05:00
ohai.py File extensions! 2016-12-08 11:32:18 -05:00
open_iscsi.py File extensions! 2016-12-08 11:32:18 -05:00
svc.py svc: Add kill command (svc -k) 2016-12-08 11:32:27 -05:00
ufw.py Enable "ufw default allow routed" 2016-12-08 11:32:19 -05:00
zfs.py Revert "Add listsnapshots property to zfs" 2016-12-08 11:32:26 -05:00