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
Hi, I've hit this when trying to setup volume for the first time. Defining cluster nodes as list seems to raise TypeError: sequence item 6: expected str instance, list found. When running the same task with cluster parametr set to string of comma separated entries, it works as expected. The docs say that the expected value for cluster param is list.
Hi, I've hit this when trying to setup volume for the first time. Defining cluster nodes as list seems to raise
TypeError: sequence item 6: expected str instance, list found
. When running the same task with cluster parametr set to string of comma separated entries, it works as expected. The docs say that the expected value for cluster param is list.Setup:
Ansible Version:
OS: Ubuntu 20.04
Task:
Vars:
Result with list (-vvv)
Changing to coma-separated string, as:
Works fine.
Thanks.
The text was updated successfully, but these errors were encountered: