From c98085c9e7f48e0ba5a6e14bcbe66d8dcf0da8ae Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 20 Sep 2023 14:12:11 +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 2eda069..3310c9a 100644 --- a/tasks/assert.yml +++ b/tasks/assert.yml @@ -1,6 +1,6 @@ --- -- name: assert | Test if dovecot_mailbox_location is set correctly +- name: assert | Test dovecot_mailbox_location ansible.builtin.assert: that: - dovecot_mailbox_location is defined @@ -8,7 +8,7 @@ - dovecot_mailbox_location is not none quiet: yes -- name: assert | Test if dovecot_mail_access_groups is set correctly +- name: assert | Test dovecot_mail_access_groups ansible.builtin.assert: that: - dovecot_mail_access_groups is defined