diff --git a/plugins/modules/lvg.py b/plugins/modules/lvg.py index b16cdd87a2..36ba2c4c3e 100644 --- a/plugins/modules/lvg.py +++ b/plugins/modules/lvg.py @@ -146,6 +146,13 @@ EXAMPLES = r""" state: active vg: vg.services +- name: Add new PVs to volume group without removing existing ones + community.general.lvg: + vg: vg.services + pvs: /dev/sdb1,/dev/sdc1 + remove_extra_pvs: false + state: present + - name: Reset a volume group UUID community.general.lvg: state: inactive