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
Hi!
Currently I have this task:
- name: Collect show debug
cli_command:
command: show debug
register: show_debug
vars:
ansible_user: "ansible_networking"
ansible_network_os: "nokia.sros.md"
and I am using nokia.sros collection:
collections:
- nokia.sros
However, it fails with the error:
fatal: [device-name]: FAILED! => {
"msg": "network os nokia.sros.md is not supported"
}
When I used debug verbose, I could see it use cli_command from ansible.netcommon:
redirecting (type: action) ansible.builtin.cli_command to ansible.netcommon.cli_command
redirecting (type: connection) ansible.builtin.network_cli to ansible.netcommon.network_cli
Is that correct?
The text was updated successfully, but these errors were encountered:
Hi!
Currently I have this task:
- name: Collect show debug
cli_command:
command: show debug
register: show_debug
vars:
ansible_user: "ansible_networking"
ansible_network_os: "nokia.sros.md"
and I am using nokia.sros collection:
collections:
- nokia.sros
However, it fails with the error:
fatal: [device-name]: FAILED! => {
"msg": "network os nokia.sros.md is not supported"
}
When I used debug verbose, I could see it use cli_command from ansible.netcommon:
redirecting (type: action) ansible.builtin.cli_command to ansible.netcommon.cli_command
redirecting (type: connection) ansible.builtin.network_cli to ansible.netcommon.network_cli
Is that correct?
The text was updated successfully, but these errors were encountered: