ignore file_pull (#44614)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
33f5b1aa0f
commit
8b175d99c6
1 changed files with 18 additions and 16 deletions
|
@ -57,6 +57,7 @@
|
|||
|
||||
- assert: *false
|
||||
|
||||
- block:
|
||||
- name: "Copy file using file_pull"
|
||||
nxos_file_copy: ©_pull
|
||||
file_pull: True
|
||||
|
@ -76,6 +77,7 @@
|
|||
register: result
|
||||
|
||||
- assert: *true
|
||||
ignore_errors: yes
|
||||
|
||||
rescue:
|
||||
|
||||
|
|
Loading…
Reference in a new issue