Переглянути джерело

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:


Завантаження…
Відмінити
Зберегти