This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
fphammerle
/
ansible-role-mosh
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
initial
Fabian Peter Hammerle
hace 8 años
commit
08045a48ef
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
tasks/main.yml
+ 4
- 0
tasks/main.yml
Ver fichero
@@ -0,0 +1,4 @@
+- name: install mosh
+ apt:
+ name: mosh
+ state: present