Update to use community mail module

This commit is contained in:
2025-05-10 23:14:07 -05:00
parent efb89acca9
commit fab91b22cc

View File

@@ -23,7 +23,7 @@
{% endif %}
- name: Email the upgrade summary using Gmail SMTP
ansible.builtin.mail:
community.general.mail:
host: smtp.gmail.com
port: 587
username: "{{ lookup('env', 'SMTP_USER') }}"