Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve 'var list' ansible deprecation warnings. #2165

Merged

Conversation

pveentjer
Copy link
Contributor

@pveentjer pveentjer commented Nov 15, 2023

The variables should be declared as a dictionary and not as a list.

Fixes partially #2044

It doesn't resolve all deprecation warnings. There are some that are caused by some obscure python problem.

The variables should be declared as a map and not as a list.
@pveentjer pveentjer requested a review from JackPGreen November 15, 2023 06:39
@pveentjer pveentjer changed the title Fixed ansible deprecation warnings. Resolve ansible deprecation warnings. Nov 15, 2023
@pveentjer pveentjer changed the title Resolve ansible deprecation warnings. Resolve 'var list' ansible deprecation warnings. Nov 15, 2023
@pveentjer pveentjer merged commit e7aeab5 into hazelcast:master Nov 15, 2023
@pveentjer pveentjer deleted the fix/ansible-deprecation-warnings branch November 15, 2023 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants