Refactor certbot role

This commit is contained in:
2024-04-14 17:29:18 -05:00
parent 8b24c9fad9
commit 4a7f888994
8 changed files with 106 additions and 73 deletions

View File

@ -1,6 +1,4 @@
---
- name: systemd daemon-reload
systemd:
name: "{{ certbot_service_name }}"
daemon_reload: yes
state: restarted
ansible.builtin.systemd:
daemon_reload: true