mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 10:21:25 -07:00
updated chlog, moved missed comment
This commit is contained in:
parent
76202bc7c3
commit
9c629f8a1c
3 changed files with 23 additions and 19 deletions
|
@ -100,6 +100,11 @@ VAULT_VERSION_MIN = 1.0
|
|||
VAULT_VERSION_MAX = 1.0
|
||||
|
||||
# FIXME: remove once play_context mangling is removed
|
||||
# the magic variable mapping dictionary below is used to translate
|
||||
# host/inventory variables to fields in the PlayContext
|
||||
# object. The dictionary values are tuples, to account for aliases
|
||||
# in variable names.
|
||||
|
||||
MAGIC_VARIABLE_MAPPING = dict(
|
||||
|
||||
# base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue