ansible-collections / netapp.storagegrid

Ansible collection to support NetApp StorageGrid configuration.
https://galaxy.ansible.com/netapp/storageid
GNU General Public License v3.0
3 stars 6 forks source link

detect update to s3_policy independently of management_policy #8

Closed mmslkr closed 2 years ago

mmslkr commented 2 years ago
SUMMARY

Fixes #7

If both management_policy and s3_policy are managed with na_sg_org_group, modifying either should result in changed = True.

ISSUE TYPE
COMPONENT NAME

na_sg_org_group

ADDITIONAL INFORMATION

See #7

joshedmonds commented 2 years ago

Thanks for finding and fixing this! The logic looks correct to me, but will run some tests first before merging.