Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Conversation

@hackallcode
Copy link
Collaborator

Before this patch, complex variables (lists, dictionaries) were not fully expanded
on old Ansible versions (2.8 or earlier). As a result, it was impossible to use other
variables (e.g. {{ common_memtx }} value) in dictionaries and lists in hosts.yml.

We are now using the standard set_fact mechanism, which solves this problem.

Before this patch, complex variables (lists, dictionaries) were not fully expanded
on old Ansible versions (2.8 or earlier). As a result, it was impossible to use other
variables (e.g. `{{ common_memtx }}` value) in dictionaries and lists in `hosts.yml`.

We are now using the standard `set_fact` mechanism, which solves this problem.
@hackallcode hackallcode merged commit e9007a0 into master Apr 1, 2021
@hackallcode hackallcode deleted the fix-variable-setting branch April 1, 2021 17:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants