From e4cc4b9507d463e643480061b1662d4a4d558b8a Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 20 Sep 2023 14:11:51 +0200 Subject: [PATCH] Shorter task names. --- tasks/assert.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/assert.yml b/tasks/assert.yml index bd3a10e..d0ef87a 100644 --- a/tasks/assert.yml +++ b/tasks/assert.yml @@ -1,6 +1,6 @@ --- -- name: assert | Test if alternatives_list is set correctly +- name: assert | Test alternatives_list ansible.builtin.assert: that: - alternatives_list is iterable @@ -8,7 +8,7 @@ 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