Skip to content

Commit

Permalink
Add filename to taskname, cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed May 22, 2023
1 parent 297efc9 commit 0b59919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---

- name: Test if alternatives_list is set correctly
- name: assert | Test if alternatives_list is set correctly
ansible.builtin.assert:
that:
- alternatives_list is iterable
quiet: yes
when:
- alternatives_list is defined

- name: Test if item in alternatives_list is set correctly
- name: assert | Test if item in alternatives_list is set correctly
ansible.builtin.assert:
that:
- item.name is defined
Expand Down

0 comments on commit 0b59919

Please sign in to comment.