Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- [
- {% 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 %}
- ]
|