diff options
author | saichint <saichint@cisco.com> | 2018-04-23 17:08:49 +0200 |
---|---|---|
committer | Trishna Guha <trishnaguha17@gmail.com> | 2018-04-23 17:08:49 +0200 |
commit | 6eecbf10e6464dc81bc0175d70cd497de50b16e9 (patch) | |
tree | 4af96dc75d35ac4033662f980d713d9cf831a25e /CHANGELOG.md | |
parent | Improve ec2_ami tests (#38987) (diff) | |
download | ansible-6eecbf10e6464dc81bc0175d70cd497de50b16e9.tar.xz ansible-6eecbf10e6464dc81bc0175d70cd497de50b16e9.zip |
fix nxos_igmp_interface issues (#38752)
* fix nxos_igmp_interface issues
* shippable fix
* fix oif_prefix and oif_source
* shippable fix
* shippable fix
* shippable fix
* add an example for oif_ps
* review comments
* review comments
* more review comments
* fix typo
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9673479ffb..2ec384455c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Ansible Changes By Release ### Major Changes ### Deprecations (to be removed in 2.10) +* In the `nxos_igmp_interface` module, `oif_prefix` and `oif_source` properties are deprecated. + Use the `oif_ps` parameter with a dictionary of prefix and source to values instead. See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides/porting_guides.html) for more information |