add role tag to msmtp role
Some checks failed
/ Ansible Lint (push) Failing after 2m26s
/ Ansible Lint (pull_request) Failing after 2m23s

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

View file

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