Skip to content

Commit

Permalink
Switched from :any: to :envvar: to refer to variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jun 19, 2016
1 parent d3bbfce commit b596d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ packages__conditional: |
# .. envvar:: packages__conditional_role
#
# Role defaults for :any:`packages__conditional`.
# Role defaults for :envvar:`packages__conditional`.
packages__conditional_role:

## Conditionally add packages on which later conditions are based [[[
Expand Down Expand Up @@ -885,7 +885,7 @@ packages__localizations_enabled: []
# Definition of available localization packages. The localization packages will
# only be installed when one of the ``present_packages`` is tagged for installation.
#
# Note that this feature is based on the :any:`packages__conditional`
# Note that this feature is based on the :envvar:`packages__conditional`
# implementation. Check the documentation of it for more details.
#
# The values from each ``packages__localizations_enabled`` dict will be substituted with the ``LANG_*`` (example: ``LANG_CODE``) placeholders.
Expand Down Expand Up @@ -3264,7 +3264,7 @@ packages__group_user_desktop_sharing_client:
# Checkout my dedicated role `debops-contrib.x2go_server
# <https://github.com/debops-contrib/ansible-x2go_server>`_
# `x2goserver` is listed here to install some additional packages using the
# :any:`packages__conditional` feature.
# :envvar:`packages__conditional` feature.
packages__group_user_desktop_sharing_server:
- 'x2goserver'

Expand Down
2 changes: 1 addition & 1 deletion vars/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages__name_remapping_by_vars:

## Expected to be more up-to-date than `flashplugin-nonfree` from Debian.
## Commented out because `flashplugin-nonfree` also exists in Ubuntu.
## Selection is done via :any:`packages__group_internet_flash`.
## Selection is done via :envvar:`packages__group_internet_flash`.
# 'flashplugin-nonfree': 'adobe-flashplugin'

'google-earth': 'google-earth-stable'
Expand Down

0 comments on commit b596d40

Please sign in to comment.