alternatives

Collection: community.general

Full Name: parallax.community.general.alternatives

Aliases: community.general.alternatives, alternatives

Synopsis

Manage alternatives

Parameters

NameTypeRequiredDefaultDescription
namestringyesThe generic name of the link group (e.g. editor, java)
pathstringyesThe path to the real alternative
linkstringThe path to the symlink for the alternative
priorityint50The priority of the alternative
statestringpresentWhether the alternative should be present or absent

Example

- name: Example alternatives task
  alternatives:
    name: <your_name>
    path: <your_path>