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