diff options
author | Dennis Glindhart <dennis@glindhart.dk> | 2018-03-09 15:22:01 +0100 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2018-03-09 15:22:01 +0100 |
commit | 5506229e7976d405fbbe56153e6a7a70512359d0 (patch) | |
tree | 494ceed0fdab7554a7975f7a77cd5cdf9d18cd0e /CHANGELOG.md | |
parent | added nxos_smoke tests (#36647) (diff) | |
download | ansible-5506229e7976d405fbbe56153e6a7a70512359d0.tar.xz ansible-5506229e7976d405fbbe56153e6a7a70512359d0.zip |
Remove restriction of SRV protocols (#36709)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 07073bbbcf..5d4d60d261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Ansible Changes By Release See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides/porting_guides.html) for more information ### Minor Changes +* Removed restriction from protocol in cloudflare_dns module to allow other protocols than tcp and udp to be specified. * Ansible 2.6 and onwards, `target_id` parameter in `vmware_target_canonical_facts` module is an optional parameter. |