From cf2415feb887cc08f0aa3a74f34e9fd958a9f9ab Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 20 Sep 2021 09:44:23 +0500 Subject: [PATCH] Fix typo --- tasks/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index 0500d94..78fcf72 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -24,7 +24,7 @@ - name: Install Let's Encrypt config template: - src: templates/certbot/cli.ini + src: templates/cli.ini dest: '{{ certbot__conf_cli }}' mode: 'u=rw,go=r' owner: root @@ -32,7 +32,7 @@ - name: Install Nginx SSL options template: - src: templates/certbot/options-ssl-nginx.conf + src: templates/options-ssl-nginx.conf dest: '{{ certbot__conf_nginx }}' mode: 'u=rw,go=r' owner: root