25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

filesystems.json.j2 217B

7 yıl önce
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. ]