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
Hello
I have been trying to make this playbook work on my aruba switches but no luck.
Doesn't accept the module. Gives an error related to misspelling.
name: Get Aruba Switch Version
hosts: aruba_switches
gather_facts: no
Hello
I have been trying to make this playbook work on my aruba switches but no luck.
Doesn't accept the module. Gives an error related to misspelling.
name: Get Aruba Switch Version
hosts: aruba_switches
gather_facts: no
vars:
ansible_user: ----
ansible_password: ---
ansible_connection: network_cli
tasks:
name: Get switch version
arubaoss_command:
commands:
- show version
register: version_output
debug:
msg: "{{ version_output.stdout[0] }}"
The text was updated successfully, but these errors were encountered: