Pure-Storage-Ansible / FlashArray-Collection

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

purefa_info fails when gather subset includes 'alerts' In new purefa_info.py fix for issue 447 #467

Closed samuellay closed 1 year ago

samuellay commented 1 year ago

purefa_info fails when gather subset includes 'alerts' In new purefa_info.py fix for issue 447

To Reproduce `

Error fatal: [pur09p99st001]: FAILED! => { "changed": false, "invocation": { "module_args": { "api_token": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "fa_url": "pur09p99st001", "gather_subset": [ "alerts" ] } }, "msg": "value must gather_subset must be one or more of: all,minimum,config,performance,capacity,network,subnet,interfaces,hgroups,pgroups,hosts,admins,volumes,snapshots,pods,replication,vgroups,offload,apps,arrays,certs,kmip,clients,policies,dir_snaps,filesystems,virtual_machines,hosts_balance,subscriptions, got: alerts" }

sdodsley commented 1 year ago

Fixed in #468