fix state handling
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2020-01-26 15:52:52 +01:00
parent ecb4b33665
commit 1ebbbc9136

View File

@ -29,7 +29,7 @@
lv: "{{ item.name }}"
size: "{{ item.size }}"
resizefs: "{{ item.resizefs | default(True) }}"
state: "{{ item.state | default('present') }}"
state: present
loop: "{{ lvm_volumes }}"
loop_control:
label: "name: {{ item.group }}, size: {{ item.size }}"