You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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 %}
- ]
|