diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-23 20:09:26 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-23 20:09:26 +0100 |
commit | 204f497f4c2fb3dfe86a66896551c088a00536c6 (patch) | |
tree | 57f778182898dbbd3e962b6d40861f53e50aa058 /roles/dovecot | |
parent | 39ec4ea4f6c109698dbb823d76c7c45b0952d8c4 (diff) | |
download | infra-204f497f4c2fb3dfe86a66896551c088a00536c6.tar.gz infra-204f497f4c2fb3dfe86a66896551c088a00536c6.tar.bz2 infra-204f497f4c2fb3dfe86a66896551c088a00536c6.zip |
Remove trailing spaces
Diffstat (limited to 'roles/dovecot')
-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 |