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