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: