Преглед на файлове

make uuid optional

master
Markus Katharina Brechtel преди 2 години
родител
ревизия
561130c758
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml Целия файл

@@ -20,7 +20,7 @@
filesystem:
fstype: "{{ item.fstype }}"
dev: "{{ item.device }}"
opts: -U {{ item.uuid }}
opts: "{% if item.uuid is defined %}-U {{ item.uuid }}{% endif %}"
force: "{{ filesystems_state == 'formated' }}"
with_items: "{{ filesystems }}"
when:


Loading…
Отказ
Запис