Selaa lähdekoodia

make uuid optional

master
vanhempi
commit
561130c758
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml Näytä tiedosto

@@ -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…
Peruuta
Tallenna