From 08a9489765fa480ebe429de9fc25966056dae190 Mon Sep 17 00:00:00 2001 From: donotos Date: Sun, 21 Jan 2024 09:52:37 +0100 Subject: [PATCH] Change linux_update_ynh.yml for mig v11 --- linux_update_ynh.yml | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/linux_update_ynh.yml b/linux_update_ynh.yml index 195d20a..95f1743 100644 --- a/linux_update_ynh.yml +++ b/linux_update_ynh.yml @@ -3,28 +3,14 @@ hosts: all tasks: - - name: On execute la commande "dpkg --configure -a" - shell: - cmd: dpkg --configure -a +# - name: On execute la commande "dpkg --configure -a" +# shell: +# cmd: dpkg --configure -a - name: On execute la commande "yunohost tools update" shell: cmd: yunohost tools update - - name: On execute la commande "yunohost tools upgrade --system" + - name: On execute la commande "yunohost tools upgrade system" shell: - cmd: yunohost tools upgrade --system - - - name: Pause de 10 secondes - pause: - seconds: 10 - - - name: On change les droits de "/home/yunohost.backup" - file: - path: /home/yunohost.backup - mode: o+rx - - - name: On change les droits de "/home/yunohost.backup/archives" - file: - path: /home/yunohost.backup/archives - mode: o+rx + cmd: yunohost tools upgrade system