Skip to content

Commit

Permalink
Shorter task names.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Sep 20, 2023
1 parent 3fab031 commit e4cc4b9
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: assert | Test if alternatives_list is set correctly
- name: assert | Test alternatives_list
ansible.builtin.assert:
that:
- alternatives_list is iterable
quiet: yes
when:
- alternatives_list is defined

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

0 comments on commit e4cc4b9

Please sign in to comment.