make it work on debian

remove certbot generation (its got its own role)
This commit is contained in:
2024-05-07 15:06:02 +02:00
parent 31e9283fc0
commit 19ed4cd113
8 changed files with 23 additions and 66 deletions

View File

@@ -2,8 +2,8 @@
# handlers file for apache_vhost
- name: restart apache
service:
name: httpd
state: restarted
name: "{{ apache_service_name }}"
state: reloaded
- name: restart zabbix_agentd
service: