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
I've been using this module but noticed that the diff_against startup config doesn't work correctly:
Playbook
---
- hosts: testcollections:
- arubanetworks.aos_switchtasks:
- name: > Check running config matches startup. Returns OK if matching. Changed if not, which will then be saved. arubaoss_config: diff_against: startup save_when: modified vars: ansible_connection: network_cli
Hi,
I've been using this module but noticed that the diff_against startup config doesn't work correctly:
Playbook
Output:
"before": "show config configInvalid input: config\r\nSWITCH-NAME# "
Digging into the module used, it appears there is issue with the command. as the command is not valid. "show config config"
Switch model: 2930m
version: 16.10.0020
Alternate way could be using the following command:
Or changing it to show config.
The text was updated successfully, but these errors were encountered: