Good Day all,
I am trying to setup openstack using kolla ansible and i run into below error. I have search the entire collections for find_disks but no luck. would appriciate any support
TASK [swift : Looking up disks for Swift] ********************************************************************************************
fatal: [localhost]: FAILED! => {“changed”: false, “cmd”: [“docker”, “exec”, “-t”, “kolla_toolbox”, “sudo”, “-E”, “ansible”, “localhost”, “-m”, “find_disks”, “-a”, “name=KOLLA_SWIFT_DATA match_mode=strict”], “delta”: “0:00:00.613736”, “end”: “2025-04-19 14:15:50.203210”, “failed_when_result”: true, “msg”: “non-zero return code”, “rc”: 2, “start”: “2025-04-19 14:15:49.589474”, “stderr”: “”, “stderr_lines”: , “stdout”: “localhost | FAILED! => {\r\n "msg": "The module find_disks was not found in configured module paths"\r\n}”, “stdout_lines”: [“localhost | FAILED! => {”, " "msg": "The module find_disks was not found in configured module paths"", “}”]}