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
Attempting to send an email via ansible and running into issues. Here is the playbook
gather_facts: no
vars_files:
tasks:
community.general.mail:
host: signed.wlu.ca
port: 25