add role tag to certbot role

This commit is contained in:
lilly 2026-04-30 22:56:28 +02:00
commit e4722257b9
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
7 changed files with 31 additions and 0 deletions

View file

@ -1,4 +1,6 @@
---
- name: ensure existence of renewal deploy hooks directory
tags: [ "certbot" ]
ansible.builtin.file:
path: /etc/letsencrypt/renewal-hooks/deploy
state: directory
@ -8,6 +10,7 @@
become: true
- name: ensure renewal deploy hook commands
tags: [ "certbot" ]
ansible.builtin.template:
src: renewal_deploy_hook_commands.sh.j2
dest: /etc/letsencrypt/renewal-hooks/deploy/ansible_commands.sh