From 0b19e1fa3cde0aa03b31700b8231beb8b7f90e36 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 14 Jan 2020 16:24:02 +0500 Subject: [PATCH] Remove unnecessary configuration --- inventories/production/group_vars/all.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/inventories/production/group_vars/all.yml b/inventories/production/group_vars/all.yml index 7ce31b7..f60ba5b 100644 --- a/inventories/production/group_vars/all.yml +++ b/inventories/production/group_vars/all.yml @@ -1,5 +1,3 @@ --- ansible_python_interpreter: /usr/bin/python3 common__certbot__email: 'kotovalexarian@gmail.com' -common__certbot__post_hook: 'systemctl is-active nginx.service || systemctl start nginx.service' -common__certbot__pre_hook: 'systemctl is-active nginx.service && systemctl stop nginx.service'