Has anyone managed to get these working? I've tried against a couple versions of 09.0.10 and keep getting an error about not being able to create a temp directory on the switch. See below:On rukus's websit you can find ansible module for ICX (Ansible Modules for ICX | Software Downloads | Ruckus Wireless Support). I have not tested it yet but I'm going to check it.
UNREACHABLE! => {"changed": false, "msg": "Task failed: Failed to create temporary directory. In some cases, you may have been able to authenticate and did not have permissions on the target directory. Consider changing the remote tmp path in ansible.cfg to a path rooted in \"/tmp\", for more error information use -vvv. Failed command was: _ShellCommand(command='( umask 77 && mkdir -p \"` echo /home/super/.ansible/tmp `\"&& mkdir \"` echo /home/super/.ansible/tmp/ansible-tmp-1772132595.321429-76756-189301824680724 `\" && echo ansible-tmp-1772132595.321429-76756-189301824680724=\"` echo /home/super/.ansible/tmp/ansible-tmp-1772132595.321429-76756-189301824680724 `\" )', input_data=None), exited with result 1", "unreachable": true}