Hi everyone, I have a trouble with backup some cisco AireOS WLC via ansible. I try so many variants of playbooks but i don´t have any progres, I think i just become blinde, please can you guys help me, always it ends on this:
[image: User] "/tmp/ansible_aireos_config_payload_r1r3w9lv/ansible_aireos_config_payload.zip/ansible_collections/community/network/plugins/module_utils/network/aireos/aireos.py", line 94, in get_config return _DEVICE_CONFIGS[cmd] fatal: [PRG01-WLC]: FAILED! => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "changed": false, "invocation": { "module_args": { "after": null, "backup": true, "backup_options": { "dir_path": "/etc/ansible/playbooks/backup/", "filename": "wlc.cfg" }, "before": null, "diff_against": null, "diff_ignore_lines": null, "host": null, "intended_config": null, "lines": [ "sysname testDevice" ], "match": "line", "password": null, "port": null, "provider": null, "running_config": null, "save": false, "save_when": "never", "src": null, "ssh_keyfile": null, "timeout": null, "username": null } }, "msg": "unable to retrieve current config", "stderr": "Unable to decode JSON from response to exec_command('show run-config commands'). Received 'None'.", "stderr_lines": [ "Unable to decode JSON from response to exec_command('show run-config commands'). Received 'None'." ] } -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-devel/f304be68-84f1-4322-b5c8-45e384853491n%40googlegroups.com.