Pure-Storage-Ansible / FlashArray-Collection

Ansible Collection for Pure Storage FlashArray
GNU General Public License v3.0
19 stars 21 forks source link

Allow new PG to be created with both target and objects specified #498

Closed sdodsley closed 8 months ago

sdodsley commented 8 months ago
SUMMARY

Previously when creating a new PG with target specified, the module ignored any other requests such as volumes, hosts, etc. This resolves that issue, Closes #494

ISSUE TYPE
COMPONENT NAME

purefa_pg.py

ryuyamag commented 8 months ago

Thank you, this patch resolved the issue.