Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-partitioning
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
don't execute parted command when no flags are defined
master
Markus Katharina Brechtel
hace 7 años
padre
3393444db4
commit
e9cde6911e
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
tasks/main.yml
+ 1
- 0
tasks/main.yml
Ver fichero
@@ -28,6 +28,7 @@
-- unit kiB
{{ lookup('template','parted_flags_args.j2') }}
with_items: "{{ hard_disks }}"
when: ( item.partitions | json_query("[].flags") | length ) > 0
- name: sync
command: sync
Escribir
Vista previa
Cargando…
Cancelar
Guardar