Bläddra i källkod

make uuid optional

master
förälder
incheckning
561130c758
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml Visa fil

@@ -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:


Laddar…
Avbryt
Spara