From fab91b22ccdd6bc154d94b6700ed4573f0579330 Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Sat, 10 May 2025 23:14:07 -0500 Subject: [PATCH] Update to use community mail module --- roles/infrastructure/debian_update/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/infrastructure/debian_update/tasks/main.yml b/roles/infrastructure/debian_update/tasks/main.yml index 6084d30..ad7dd05 100644 --- a/roles/infrastructure/debian_update/tasks/main.yml +++ b/roles/infrastructure/debian_update/tasks/main.yml @@ -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') }}"