Pārlūkot izejas kodu

make uuid optional

master
vecāks
revīzija
561130c758
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt