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