You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
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.
7 years ago
..
cli write to file option for ansible-inventory (#53183) 7 years ago
compat Have update-bundled check for updates to all bundled code 7 years ago
config Configurable and parallel gather facts (#49399) 7 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
executor Configurable and parallel gather facts (#49399) 7 years ago
galaxy Update galaxy cli metadata file templates (#51398) 7 years ago
inventory Fix inventory cache interface (#50446) 7 years ago
module_utils XenServer: Documentation improvements and fixes for XenServer related modules (#53498) 7 years ago
modules nxos_igmp_interface: argument_spec for oif_ps breaks when 'default' (#53136) 7 years ago
parsing Fix pycodestyle E117 issues. 7 years ago
playbook handle non strings in requirements version for ansible-galaxy (#52109) 7 years ago
plugins XenServer: Documentation improvements and fixes for XenServer related modules (#53498) 7 years ago
template template: add additional variable for dest path (#52015) 7 years ago
utils Don't fail if ConnectionError has no code (#53455) 7 years ago
vars Python interpreter discovery (#50163) 7 years ago
__init__.py
constants.py Add toggle to control invalid character substitution in group names (#52748) 7 years ago
context.py Become plugins (#50991) 7 years ago
release.py Codename: How Many More Times 7 years ago