diff --git a/tasks/assert.yml b/tasks/assert.yml index 842befe..bc2b494 100644 --- a/tasks/assert.yml +++ b/tasks/assert.yml @@ -1,6 +1,6 @@ --- -- 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 @@ -8,7 +8,7 @@ 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