-
Notifications
You must be signed in to change notification settings - Fork 288
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
Setting redis_port
other than 6379 with variable results in an error
#150
Comments
That's... strange. This seems like an Ansible bug. I was able to reproduce it on all the versions which this role supports. I'll have to find some time to look more closely at this unless you've since found a resolution. |
I ran into a similar issue where the I also tried moving any variables from I downgraded from Ansible 2.2.1.0 to 2.1.4.0 as a workaround. |
Also running into this error. When I specify the variable as part of the role item, it fails even when the port is 6379:
|
I've managed to get rid of the error when I changed handlers/main.yml file from this:
to:
|
Was having |
Using ansible 2.2.1.0.
While the following playbook works,
the next one results in an error, saying
ERROR! The requested handler 'restart redis 6389' was not found in either the main handlers list nor in the listening handlers list
while executing thecreate redis config file
task.Also note that the second playbook succeeds if the
redis_master_port
variable is set to be6379
.Any idea?
The text was updated successfully, but these errors were encountered: