diff options
Diffstat (limited to 'roles/letsencrypt/tasks/digitalocean.yml')
-rw-r--r-- | roles/letsencrypt/tasks/digitalocean.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/letsencrypt/tasks/digitalocean.yml b/roles/letsencrypt/tasks/digitalocean.yml index 42f4ec0..2dfc1e2 100644 --- a/roles/letsencrypt/tasks/digitalocean.yml +++ b/roles/letsencrypt/tasks/digitalocean.yml @@ -22,7 +22,7 @@ - name: Configure certbot.ini ansible.builtin.template: src: certbot.ini.j2 - dest: '{{ certbot_ini }}' + dest: '{{ letsencrypt_credentials_ini }}' owner: root group: root mode: '600' |