No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

filesystems.json.j2 217B

hace 7 años
12345678
  1. [
  2. {% for fs in filesystems %}
  3. {% if not fs.uuid is defined and fs.fstype != 'vfat' %}
  4. {% set fs = fs | combine({ 'uuid': _filesystems_uuids.results[loop.index0].stdout }) %}
  5. {% endif %}
  6. {{fs|to_json}},
  7. {% endfor %}
  8. ]