Skip to content

Commit

Permalink
added become
Browse files Browse the repository at this point in the history
  • Loading branch information
devan555 authored May 22, 2024
1 parent ea19e44 commit 7fcb8ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion containerlab_test/destroy_containerlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@
- debug: msg="{{ destroy_out }}"

- 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

0 comments on commit 7fcb8ff

Please sign in to comment.