email issues

Attempting to send an email via ansible and running into issues. Here is the playbook

  • hosts: localhost

gather_facts: no

vars_files:

  • group_vars/vars

tasks:

  • name: send an email

community.general.mail:

host: signed.wlu.ca

port: 25