add role tag to certbot role

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

View file

@ -1,11 +1,14 @@
- name: ensure certbot installation
- tags: ["certbot"]
name: ensure certbot installation
ansible.builtin.import_tasks:
file: main/install.yaml
- name: ensure new cert commands
- tags: ["certbot"]
name: ensure new cert commands
ansible.builtin.import_tasks:
file: main/new_cert_commands.yaml
- name: ensure certificates
- tags: ["certbot"]
name: ensure certificates
ansible.builtin.import_tasks:
file: main/certs.yaml