community.general/lib/ansible/modules
Chris Van Heuveln b678139e68 nxos_igmp_interface: argument_spec for oif_ps breaks when 'default' (#53136)
The `oif_ps` attr expects a list of dicts but it also supports keyword 'default'.
When the playbook specifies `oif_ps: default` the `nxos_igmp_interface` module fails:

```
"msg": "Elements value for option oif_ps is of type <type 'str'> and we were unable to convert to dict: dictionary requested, could not parse JSON or key=value"
```

This test used to work afaik so I believe `AnsibleModule` may have changed at some point to enforce strict type checking, causing this failure. I did not see another way to handle both list & str types for the same attr so I just set it to `raw`.

`nxos_igmp_interface/tests/common/sanity` now has 100% pass rate.
2019-03-11 10:28:29 +05:30
..
cloud XenServer: Documentation improvements and fixes for XenServer related modules (#53498) 2019-03-11 08:56:17 +05:30
clustering Allow user to specify a custom condition when waiting (#52185) 2019-03-06 12:41:17 +00:00
commands Update command/shell docs with note about modules for rebooting(#51499) 2019-02-13 13:54:36 -05:00
crypto openssl_*: improve passphrase handling for private keys in PyOpenSSL (#53489) 2019-03-08 16:21:18 +00:00
database postgresql_privs: Support FOREIGN DATA WRAPPER and FOREIGN SERVER (#38803) 2019-03-08 14:51:03 +05:30
files Minor Undefined variable fixes (#53383) 2019-03-08 08:35:13 -05:00
identity ipa_dnsrecord: Add SRV and MX record type (#42482) 2019-03-08 09:48:00 +05:30
inventory utilities: Clean up parameter types and add seealso (#53063) 2019-03-07 00:25:59 +01:00
messaging Fix idempotence in rabbitmq_plugin (#52166) 2019-02-22 08:36:32 +00:00
monitoring Zabbix action: Correcting 'notify_all_involved' for acknowledge operations (#53197) 2019-03-03 04:23:22 -05:00
net_tools Clarify json behavior with return_content key (#53316) 2019-03-06 13:40:57 -05:00
network nxos_igmp_interface: argument_spec for oif_ps breaks when 'default' (#53136) 2019-03-11 10:28:29 +05:30
notification Assorted pylint fixes 2019-02-15 06:54:47 -08:00
packaging fix pkg name nevra parsing regex in dnf (#53572) 2019-03-08 20:53:46 -08:00
remote_management Fix redfish_facts GetPsuInventory command not returning correct output (#52675) 2019-03-06 12:43:23 +00:00
source_control Assorted pylint fixes 2019-02-15 06:54:47 -08:00
storage Update purefa_facts module to support NVMe and preferred arrays (#53567) 2019-03-08 18:44:04 -05:00
system Configurable and parallel gather facts (#49399) 2019-03-08 13:08:37 -05:00
utilities Allocate an explicit stdin in async_wrapper (#53410) 2019-03-07 09:28:44 -06:00
web_infrastructure tower_credential: Add parameter vault_id (#53400) 2019-03-06 12:44:14 -05:00
windows win_chocolatey: Fix up validate_certs default value (#53614) 2019-03-11 11:32:31 +10:00
__init__.py