From f77da003b881881dedef319eb50bafa7257fabe3 Mon Sep 17 00:00:00 2001 From: Julian Foad Date: Mon, 2 Dec 2024 15:22:28 +0000 Subject: [PATCH] fix for ynh-12: 'cert install' command --- roles/ynh_setup/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ynh_setup/tasks/main.yml b/roles/ynh_setup/tasks/main.yml index 93c9463..b52d7a7 100644 --- a/roles/ynh_setup/tasks/main.yml +++ b/roles/ynh_setup/tasks/main.yml @@ -114,7 +114,7 @@ - yunohost - name: Install domain certificates - ansible.builtin.command: yunohost domain cert-install + ansible.builtin.command: yunohost domain cert install changed_when: False tags: - yunohost