Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Dec 23, 2024
1 parent 94025e9 commit 624aba0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
- name: Verify Template Was Deleted
ansible.builtin.assert:
that: (__res.library_item_info | length) == 0
when: not run_on_simulator
when: not run_on_simulator

always:
- name: "Test teardown: Destroy VM guest {{ vm }}"
Expand Down

0 comments on commit 624aba0

Please sign in to comment.