We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove a declared variable in vars directory so it can be modified from a playbook. mysql_required_libs is defined in both, vars and defaults.
mysql_required_libs
The one declared in "vars" is always being used, and the one in "defauts" ignored at all.
[Description of the issue]
[Links]
mysql_role/defaults/main.yml
Line 15 in 5efb72f
mysql_role/vars/mariadb.yml
Line 2 in 5efb72f
The text was updated successfully, but these errors were encountered:
[#97] Remove variable in "vars" in favor of "defauts"
874a966
Merge pull request #98 from idealista/bugs/97
a7743b2
xtianae7
Successfully merging a pull request may close this issue.
Description
Remove a declared variable in vars directory so it can be modified from a playbook.
mysql_required_libs
is defined in both, vars and defaults.The one declared in "vars" is always being used, and the one in "defauts" ignored at all.
[Description of the issue]
Link/s to the specific code that needs a refactor (if applicable)
[Links]
mysql_role/defaults/main.yml
Line 15 in 5efb72f
mysql_role/vars/mariadb.yml
Line 2 in 5efb72f
The text was updated successfully, but these errors were encountered: