Skip to content

Commit

Permalink
adde new
Browse files Browse the repository at this point in the history
  • Loading branch information
devan555 authored May 22, 2024
1 parent 5ed9311 commit 41afd9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containerlab_test/destroy_containerlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
timeout: 5

- name: Delete container file
local_action: command sudo rm -rf containerlab_test/clab-ceos_simple
local_action: command sudo rm -rf containerlab_test/clab-ceos_simple/
become: yes
ignore_errors: true
register: delete_dir

- debug: msg="{ delete_dir }"
- debug: msg="{{ delete_dir }}"

0 comments on commit 41afd9d

Please sign in to comment.