Change linux_update_ynh.yml for mig v11
This commit is contained in:
@@ -3,28 +3,14 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: On execute la commande "dpkg --configure -a"
|
# - name: On execute la commande "dpkg --configure -a"
|
||||||
shell:
|
# shell:
|
||||||
cmd: dpkg --configure -a
|
# cmd: dpkg --configure -a
|
||||||
|
|
||||||
- name: On execute la commande "yunohost tools update"
|
- name: On execute la commande "yunohost tools update"
|
||||||
shell:
|
shell:
|
||||||
cmd: yunohost tools update
|
cmd: yunohost tools update
|
||||||
|
|
||||||
- name: On execute la commande "yunohost tools upgrade --system"
|
- name: On execute la commande "yunohost tools upgrade system"
|
||||||
shell:
|
shell:
|
||||||
cmd: yunohost tools upgrade --system
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user