From 35549d2dea150fe70a99769dcb2c3914019c60ac Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 3 Apr 2020 10:13:02 +0200 Subject: [PATCH] certbot: execute manual install for sources mode --- certbot/handlers/main.yml | 3 +++ certbot/tasks/install-sources.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/certbot/handlers/main.yml b/certbot/handlers/main.yml index 7c7c3d8c..4a9d305a 100644 --- a/certbot/handlers/main.yml +++ b/certbot/handlers/main.yml @@ -18,3 +18,6 @@ - name: systemd daemon-reload systemd: daemon_reload: yes + +- name: install certbot-auto + command: /usr/local/bin/certbot --install-only diff --git a/certbot/tasks/install-sources.yml b/certbot/tasks/install-sources.yml index 6c24cc48..1bc7c864 100644 --- a/certbot/tasks/install-sources.yml +++ b/certbot/tasks/install-sources.yml @@ -16,6 +16,7 @@ owner: root group: root force: no + notify: install certbot-auto - name: systemd artefacts are absent file: