summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_install_os/tasks/upgrade/delete_files.yaml
diff options
context:
space:
mode:
authorMike Wiebe <mwiebe@cisco.com>2018-11-19 23:44:15 -0500
committerTrishna Guha <trishnaguha17@gmail.com>2018-11-20 10:14:15 +0530
commita7215722069b79c422f3cacd26497f48effbcaf6 (patch)
tree9cfcad6415c62ff9b91f0d9c1186f786d37b87c2 /test/integration/targets/nxos_install_os/tasks/upgrade/delete_files.yaml
parent10095a397c9ca6742e71c3edaf4490da3032a124 (diff)
downloadansible-a7215722069b79c422f3cacd26497f48effbcaf6.tar.gz
Fix issues with nxos_os_install module (#48811)
* Use expect module to copy files * Remove old and redundant upgrade files * Return error message instead of code * Cleanup copy command code * Fix force issue in nxos_install_os * new nxos_install_os integration tests * Uncomment transport tests * Revert negative test change * Remove combined option that is no longer required * Make shippable happy * Add n5k test files
Diffstat (limited to 'test/integration/targets/nxos_install_os/tasks/upgrade/delete_files.yaml')
-rw-r--r--test/integration/targets/nxos_install_os/tasks/upgrade/delete_files.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/nxos_install_os/tasks/upgrade/delete_files.yaml b/test/integration/targets/nxos_install_os/tasks/upgrade/delete_files.yaml
index 27157b690b..f72f31569f 100644
--- a/test/integration/targets/nxos_install_os/tasks/upgrade/delete_files.yaml
+++ b/test/integration/targets/nxos_install_os/tasks/upgrade/delete_files.yaml
@@ -6,5 +6,6 @@
- allow delete boot-image
- "delete {{ item }}"
match: none
+ provider: "{{ connection }}"
ignore_errors: yes
with_items: "{{ delete_image_list }}"