add role tag to certbot role
This commit is contained in:
parent
296214db55
commit
e4722257b9
7 changed files with 31 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue