You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the when conditionals, it appears that it will only run one or the other. Thus, depending on the true/false of redis_sentinel variable, it will only install redis server or the sentinel.
However, I need to have both for my configuration.
Could a second variable be used instead? maybe something like this:
I noted that
tasks/main.yml
has this:Because of the
when
conditionals, it appears that it will only run one or the other. Thus, depending on thetrue/false
ofredis_sentinel
variable, it will only install redis server or the sentinel.However, I need to have both for my configuration.
Could a second variable be used instead? maybe something like this:
That way the two variables:
redis_server
andredis_sentinel
could be set independently.The text was updated successfully, but these errors were encountered: