* Refactor: task comment review

This commit is contained in:
Roxyrob
2021-03-17 13:46:10 +01:00
parent 2492c96566
commit 48e3be3c5c

View File

@@ -11,7 +11,7 @@
### workaround: auto pvresize waiting for upgrade to new module supporting integrated pvresize
### ref: https://docs.ansible.com/ansible/3/collections/community/general/lvg_module.html
- name: create_vg | pvresize to max (implemented from ansible 2.10 and above)
- name: create_vg | pvresize to max available free space
command: "pvresize {{ pv }}"
loop: "{{ vg.disks | default([]) }}"
loop_control: