Преглед изворни кода

don't execute parted command when no flags are defined

master
Markus Katharina Brechtel пре 7 година
родитељ
комит
e9cde6911e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      tasks/main.yml

+ 1
- 0
tasks/main.yml Прегледај датотеку

@@ -28,6 +28,7 @@
-- unit kiB
{{ lookup('template','parted_flags_args.j2') }}
with_items: "{{ hard_disks }}"
when: ( item.partitions | json_query("[].flags") | length ) > 0

- name: sync
command: sync


Loading…
Откажи
Сачувај