From 0b663c09e91632a2f35e69519483ced9f9bc9818 Mon Sep 17 00:00:00 2001 From: donotos <37663674+donotos@users.noreply.github.com> Date: Sun, 5 Sep 2021 22:23:59 +0200 Subject: [PATCH] add dpkg reconfigure at the end linux_update_ynh.yml --- linux_update_ynh.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux_update_ynh.yml b/linux_update_ynh.yml index 929b6e8..1015e13 100644 --- a/linux_update_ynh.yml +++ b/linux_update_ynh.yml @@ -14,3 +14,8 @@ - name: On execute la commande "yunohost tools upgrade --system" shell: cmd: yunohost tools upgrade --system + + tasks: + - name: On execute la commande "dpkg --configure -a" + shell: + cmd: dpkg --configure -a