add dpkg reconfigure at the end linux_update_ynh.yml

This commit is contained in:
donotos
2021-09-05 22:23:59 +02:00
parent 312b457428
commit 0b663c09e9

View File

@@ -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