From 2d417ba516cd3dab6376e9a91e999c5314d82a51 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 27 Apr 2020 15:51:08 +0200 Subject: [PATCH] Rename certbot conf --- roles/certbot/tasks/main.yml | 4 ++-- .../letsencrypt/conf.d/{wildcard.ini.j2 => crans.org.ini.j2} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename roles/certbot/templates/letsencrypt/conf.d/{wildcard.ini.j2 => crans.org.ini.j2} (100%) diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml index 029f1d63..86e7c6e3 100644 --- a/roles/certbot/tasks/main.yml +++ b/roles/certbot/tasks/main.yml @@ -24,6 +24,6 @@ - name: Add Certbot configuration template: - src: letsencrypt/conf.d/wildcard.ini.j2 - dest: /etc/letsencrypt/conf.d/wildcard.ini + src: letsencrypt/conf.d/crans.org.ini.j2 + dest: /etc/letsencrypt/conf.d/crans.org.ini mode: 0644 diff --git a/roles/certbot/templates/letsencrypt/conf.d/wildcard.ini.j2 b/roles/certbot/templates/letsencrypt/conf.d/crans.org.ini.j2 similarity index 100% rename from roles/certbot/templates/letsencrypt/conf.d/wildcard.ini.j2 rename to roles/certbot/templates/letsencrypt/conf.d/crans.org.ini.j2