add role tag to msmtp role
All checks were successful
/ Ansible Lint (push) Successful in 2m38s
/ Ansible Lint (pull_request) Successful in 2m38s

This commit is contained in:
lilly 2026-04-30 23:06:19 +02:00
commit 1d54043b8e
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -1,10 +1,13 @@
---
- name: ensure msmtp is installed
tags: [ "msmtp" ]
ansible.builtin.apt:
name: msmtp
state: present
become: true
- name: ensure msmtp config for root user
tags: [ "msmtp" ]
ansible.builtin.template:
src: msmtprc.j2
dest: /root/.msmtprc