Commit b471d84e by Michael DeHaan

Version bump for alternatives module, changelog.

parent 1cae0a68
...@@ -20,6 +20,7 @@ New Modules: ...@@ -20,6 +20,7 @@ New Modules:
* system: debconf * system: debconf
* system: ufw * system: ufw
* system: locale_gen * system: locale_gen
* system: alternatives
* net_infrastructure: bigip_facts * net_infrastructure: bigip_facts
* cloud: digital_ocean_domain * cloud: digital_ocean_domain
* cloud: digital_ocean_sshkey * cloud: digital_ocean_sshkey
......
...@@ -24,11 +24,11 @@ along with Ansible. If not, see <http://www.gnu.org/licenses/>. ...@@ -24,11 +24,11 @@ along with Ansible. If not, see <http://www.gnu.org/licenses/>.
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: alternatives module: alternatives
short_description: Manages symbolic links short_description: Manages alternative programs for common commands
description: description:
- Manages symbolic links using the 'update-alternatives' tool provided on debian-like systems. - Manages symbolic links using the 'update-alternatives' tool provided on debian-like systems.
- Useful when multiple programs are installed but provide similar functionality (e.g. different editors). - Useful when multiple programs are installed but provide similar functionality (e.g. different editors).
version_added: "1.5" version_added: "1.6"
options: options:
name: name:
description: description:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment