diff options
Diffstat (limited to 'roles/dovecot/handlers/main.yml')
-rw-r--r-- | roles/dovecot/handlers/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dovecot/handlers/main.yml b/roles/dovecot/handlers/main.yml index fba419a..3a399d1 100644 --- a/roles/dovecot/handlers/main.yml +++ b/roles/dovecot/handlers/main.yml @@ -4,4 +4,4 @@ state: reloaded - name: Check dovecot - ansible.builtin.command: doveconf > /dev/null + ansible.builtin.command: doveconf > /dev/null |