[ansible-project] Re: Issue when backup cisco NXOS " fatal: [*************]: FAILED! => {"msg": "nothing to repeat"}"

2018-08-07 Thread Ganesh Nalawade
Can you please share the output of command in gist # show cdp global | include globally Also please raise a Github issue here with all the relevant details. Regards, Ganesh On Thursday, 5 July 2018 21:09:28 UTC+5:30,

[ansible-project] Re: Issue when backup cisco NXOS " fatal: [*************]: FAILED! => {"msg": "nothing to repeat"}"

2018-08-06 Thread o0tdaigle0o
Did you figure this out or get any insight? I have a similar issue running a simple nxos_command task. --- - name: Check CDP State nxos_command: provider: "{{ prov }}" commands: - "show cdp global | include globally" register: capture_cdp_state The full traceback is: Traceback