-
Notifications
You must be signed in to change notification settings - Fork 292
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
Error during "Get current value for innodb_default_row_format" #804
Comments
I was able to solve this issue, and I believe it should be fixed as it was an issue while running in 'check mode' There should be an added when clause to check if ansible is in 'check mode' as the register does not store the version correctly.
code addition:
|
Hey @derekpurdy ! Yev is here -) can you submit a PR? |
@BGmot I definitely can, I just wanted to make sure it was the best method for fixing the issue. |
well... here we can't fix community.mysql.mysql_variables module so if you have a fix that fixes our role then let's do it. |
I have created PR #823 I'm not sure if the fix should be added to the other tasks with the comparison as well. We seem to not hit those in our installation, but I assume someone else may come across this issue. |
Thanks for fixing this issue. Don't worry about other tasks, if someone finds this issue, they can ask for it to be re-open. |
SUMMARY
mysql task in the zabbix server role fails to complete with error in conditional check.
ISSUE TYPE
COMPONENT NAME
zabbix_server role
mysql task
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT / Zabbix Version
Ubuntu 20.04.5
mysql Ver 8.0.30-0ubuntu0.20.04.2 for Linux on x86_64 ((Ubuntu))
Zabbix 6.0.8
community.zabbix 1.8.0
STEPS TO REPRODUCE
Issue was observed while running the mysql.yml task in zabbix_server role.
EXPECTED RESULTS
previously completed successful as I was able to install the zabbix server
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: