Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
12345678 |
- [
- {% 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 %}
- ]
|