Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- [
- {% for fs in filesystems %}
- {% if not fs.uuid is defined and fs.fstype != 'vfat' %}
- {% set fs = fs | combine({ 'uuid': _filesystems_uuids.results[loop.index0].stdout }) %}
- {% endif %}
- {{fs|to_json}},
- {% endfor %}
- ]
|