From 6f387b029cd2cbc086990bacc938130cfc25667d Mon Sep 17 00:00:00 2001 From: Mathieu Gauthier-Pilote Date: Thu, 11 Apr 2024 14:44:49 -0400 Subject: [PATCH] Fix wrong indentation --- webapps/jitsimeet/tasks/other_domains.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/jitsimeet/tasks/other_domains.yml b/webapps/jitsimeet/tasks/other_domains.yml index bc0f07fa..59a73cd4 100644 --- a/webapps/jitsimeet/tasks/other_domains.yml +++ b/webapps/jitsimeet/tasks/other_domains.yml @@ -30,7 +30,7 @@ src: "/etc/nginx/sites-available/{{ domain }}.conf" dest: "/etc/nginx/sites-enabled/{{ domain }}.conf" state: link - notify: reload nginx + notify: reload nginx - name: Flush handlers ansible.builtin.meta: flush_handlers - name: Make sure /var/lib/letsencrypt exists and has correct permissions