From 0b59919637231ae709294c21f3c65c11f487f1fd Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 22 May 2023 10:06:27 +0200 Subject: [PATCH] Add filename to taskname, cleanup. --- tasks/assert.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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