Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network os nokia.sros.md is not supported #28

Open
indirakas opened this issue Dec 8, 2022 · 0 comments
Open

network os nokia.sros.md is not supported #28

indirakas opened this issue Dec 8, 2022 · 0 comments

Comments

@indirakas
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant