Hi Team

nxos_config module where Ansible cannot able to return below highlighted 
information from device rather it returns the config as changed. 

Is this a bug? please help

Manual:

lab.device.local(config)# logging server x.x.x.x 6
Can't configure more than 8 IP Servers

Through Ansible:

changed: [lab.device.local] => {
    "changed": true, 
    "commands": [
        "logging server x.x.x.x 6", 
        "logging server x.x.x.x 6"
    ], 
    "invocation": {
        "module_args": {
            "after": null, 
            "auth_pass": null, 
            "authorize": null, 
            "backup": false, 
            "before": null, 
            "defaults": false, 
            "diff_against": null, 
            "diff_ignore_lines": null, 
            "force": false, 
            "host": null, 
            "intended_config": null, 
            "lines": [
                "logging server x.x.x.x 6", 
                "logging server x.x.x.x 6"
            ], 
            "match": "line", 
            "parents": null, 
            "password": null, 
            "port": null, 
            "provider": null, 
            "replace": "line", 
            "replace_src": null, 
            "running_config": null, 
            "save": false, 
            "save_when": "never", 
            "src": null, 
            "ssh_keyfile": null, 
            "timeout": null, 
            "transport": null, 
            "use_ssl": null, 
            "username": null, 
            "validate_certs": null
        }
    }, 
    "updates": [
        "logging server x.x.x.x 6", 
        "logging server x.x.x.x 6"
    ]
}

-- 
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/e758fd58-3737-4c34-b91a-01fceb4fdb88o%40googlegroups.com.

Reply via email to