Please find the debug output.
Playbook execution was successful what i'm trying to change but the changes are not updated in router.
changed: [10.226.90.161] => {
"banners": {},
"changed": true,
"commands": [
"ip access-list standard ANSIBLE-STD",
"20 permit 20.20.20.0 0.0.0.255"
],
"invocation": {
"module_args": {
"after": null,
"auth_pass": null,
"authorize": true,
"backup": false,
"backup_options": null,
"before": null,
"defaults": false,
"diff_against": null,
"diff_ignore_lines": null,
"host": null,
"intended_config": null,
"lines": [
"20 permit 20.20.20.0 0.0.0.255"
],
"match": "line",
"multiline_delimiter": "@",
"parents": [
"ip access-list standard ANSIBLE-STD"
],
"password": null,
"port": null,
"provider": {
"auth_pass": null,
"authorize": true,
"host": "10.226.90.161",
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"port": null,
"ssh_keyfile": null,
"timeout": null,
"username": "cat-ansible"
},
"replace": "line",
"running_config": null,
"save_when": "never",
"src": null,
"ssh_keyfile": null,
"timeout": null,
"username": null
}
},
"updates": [
"ip access-list standard ANSIBLE-STD",
"20 permit 20.20.20.0 0.0.0.255"
]
}