mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Version bump for alternatives module, changelog.
This commit is contained in:
parent
1cae0a6801
commit
b471d84e52
2 changed files with 3 additions and 2 deletions
|
@ -20,6 +20,7 @@ New Modules:
|
|||
* system: debconf
|
||||
* system: ufw
|
||||
* system: locale_gen
|
||||
* system: alternatives
|
||||
* net_infrastructure: bigip_facts
|
||||
* cloud: digital_ocean_domain
|
||||
* cloud: digital_ocean_sshkey
|
||||
|
|
|
@ -24,11 +24,11 @@ along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: alternatives
|
||||
short_description: Manages symbolic links
|
||||
short_description: Manages alternative programs for common commands
|
||||
description:
|
||||
- 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).
|
||||
version_added: "1.5"
|
||||
version_added: "1.6"
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue