Add role name as tag to all basic roles #85

Open
lilly wants to merge 6 commits from add-basic-tags into main
Showing only changes of commit 1d54043b8e - Show all commits

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

lilly 2026-04-30 23:06:19 +02:00
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