Change linux_update_ynh.yml for mig v11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user