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
22:25:20 TASK [ansible-scylla-node : Run cleanup] ***************************************
22:25:20 �[0;31mAn exception occurred during task execution. To see the full traceback, use -vvv. The error was: KeyError: 'display_ok_hosts'�[0m
22:25:20 �[0;31mfatal: [10.2.7.158]: FAILED! => {"msg": "Unexpected failure during module execution: 'display_ok_hosts'", "stdout": ""}�[0m
22:25:20 �[0;31mAn exception occurred during task execution. To see the full traceback, use -vvv. The error was: KeyError: 'display_ok_hosts'�[0m
while with
sudo pip3 install --upgrade ansible==6.7.0
so ansible around 2.13.7 above task works
so our async library needs upgrade for newer ansible
The text was updated successfully, but these errors were encountered:
with
that is installed on Ubuntu 22
https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/tasks/adjust_keyspace_replication.yml#L46
cleanup task
will fail with:
while with
so ansible around
2.13.7
above task worksso our async library needs upgrade for newer ansible
The text was updated successfully, but these errors were encountered: