diff --git a/tasks/configure_dbmail_users.yml b/tasks/configure_dbmail_users.yml index af53867..9d8baac 100644 --- a/tasks/configure_dbmail_users.yml +++ b/tasks/configure_dbmail_users.yml @@ -24,12 +24,12 @@ register: result failed_when: result.rc > 1 -- name: Send welcome mail to users to create mailbox - community.general.mail: - subject: "This is your first email {{ item.name }} ({{ item.username }})" - to: "{{ item.username }}" - body: | - "Hello {{ item.name }}, - This is your first message for the account {{ item.username }}" - loop: "{{ dbmail_users }}" - delegate_to: localhost +# - name: Send welcome mail to users to create mailbox +# community.general.mail: +# subject: "This is your first email {{ item.name }} ({{ item.username }})" +# to: "{{ item.username }}" +# body: | +# "Hello {{ item.name }}, +# This is your first message for the account {{ item.username }}" +# loop: "{{ dbmail_users }}" +# delegate_to: localhost