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 3e55d8c commit c98085c
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 dovecot_mailbox_location is set correctly
- name: assert | Test dovecot_mailbox_location
ansible.builtin.assert:
that:
- dovecot_mailbox_location is defined
- dovecot_mailbox_location is string
- 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
Expand Down

0 comments on commit c98085c

Please sign in to comment.