Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- [
- {% 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 %}
- ]
|