TASK [ansible-scylla-node : Start seeders serially] *********************************************************************************************************************************************
task path: /home/scyllaadm/azure-test/scylla-ansible-roles/ansible-scylla-node/tasks/common.yml:349
fatal: [10.0.2.4]: FAILED! => {"msg": "The conditional check 'hostvars[item]['broadcast_address'] in scylla_seeds or item in scylla_seeds' failed. The error was: error while evaluating conditional (hostvars[item]['broadcast_address'] in scylla_seeds or item in scylla_seeds): 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'broadcast_address'. 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'broadcast_address'\n\nThe error appears to be in '/home/scyllaadm/azure-test/scylla-ansible-roles/ansible-scylla-node/tasks/common.yml': line 349, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n - name: Start seeders serially\n ^ here\n"}
this is how it starts failing
when I downgrade similar to https://github.com/scylladb/scylla-ansible-roles/issues/352
it starts working ...