<div dir="auto">Hi , this is incompatibility in Ansible version I believe. And if task is created via kolla-toolbox ..check version there ....</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 24, 2023, 22:06 Rob Jefferson <<a href="mailto:techstep@gmail.com">techstep@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm trying to set up Yoga (as part of a way of upgrading from Xena to<br>
Yoga to Zed) using kolla-ansible, and I'm finding that I'm getting the<br>
following error at the<br>
`kolla-ansible/ansible/roles/mariadb/tasks/register.yml` playbook:<br>
<br>
TASK [mariadb : Creating shard root mysql user]<br>
[...]<br>
fatal: [control01]: FAILED! =><br>
{<br>
  "changed": false,<br>
  "msg": "Can not parse the inner module output:<br>
<br>
b'[WARNING]: Failure using method (v2_playbook_on_play_start) in callback<br>
plugin (<ansible_collections.ansible.posix.plugins.callback.json.CallbackModule<br>
object<br>
at 0x7fa4e6e18d00>): 'Play' object has no attribute 'get_path'<br>
[WARNING]: Failure using method (v2_playbook_on_task_start) in callback<br>
plugin (<ansible_collections.ansible.posix.plugins.callback.json.CallbackModule<br>
object<br>
at 0x7fa4e6e18d00>): list index out of range<br>
[WARNING]: Failure using method (v2_runner_on_ok) in callback plugin<br>
(<ansible_collections.ansible.posix.plugins.callback.json.CallbackModule<br>
object at 0x7fa4e6e18d00>): list index out of range<br>
{   "custom_stats": {},<br>
    "global_custom_stats": {},<br>
    "plays": [],<br>
    "stats\": {<br>
        "localhost": {<br>
           "changed\": 0,<br>
           "failures\": 0,<br>
           "ignored\": 0,<br>
           "ok": 1,<br>
           "rescued\": 0,<br>
           "skipped\": 0,<br>
           "unreachable\": 0<br>
       }<br>
    }<br>
}'<br>
"}<br>
<br>
I am not sure how to fix this error, or determine what's causing it.<br>
I've tried matching up Ansible versions between my installation<br>
environment and Yoga, I've tried upgrading Kolla, and so forth.<br>
<br>
For the installation environment, I'm using:<br>
<br>
* Debian 11<br>
* Ansible 4.10.0<br>
* ansible-core 2.11.2<br>
* docker-ce 5.20.10<br>
<br>
Any help with this would be most appreciated.<br>
<br>
Thanks,<br>
<br>
Rob<br>
<br>
</blockquote></div>