migrate from github
This commit is contained in:
16
linux_update_ynh.yml
Normal file
16
linux_update_ynh.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
- name: Update Yunohost
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
- 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"
|
||||
shell:
|
||||
cmd: yunohost tools upgrade --system
|
||||
Reference in New Issue
Block a user