Update to use community mail module
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
- name: Email the upgrade summary using Gmail SMTP
|
- name: Email the upgrade summary using Gmail SMTP
|
||||||
ansible.builtin.mail:
|
community.general.mail:
|
||||||
host: smtp.gmail.com
|
host: smtp.gmail.com
|
||||||
port: 587
|
port: 587
|
||||||
username: "{{ lookup('env', 'SMTP_USER') }}"
|
username: "{{ lookup('env', 'SMTP_USER') }}"
|
||||||
|
Reference in New Issue
Block a user