diff options
author | John R Barker <john@johnrbarker.com> | 2016-09-28 12:57:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 12:57:01 +0100 |
commit | 8cdf002f2abd92f6803cd5234aeb484cfc419541 (patch) | |
tree | 29c630da2bcf4d224b16ecea2217128720c7750b | |
parent | a265d2d77dd8659e4797e136081a92cfbe56a2b6 (diff) | |
download | ansible-8cdf002f2abd92f6803cd5234aeb484cfc419541.tar.gz |
Notice of Networking *_template deprecations (#17668)
* Notice of Networking *_facts deprecations
* Just use the term "Deprecations"
* Update CHANGELOG.md
* Improve layout
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff38cd4392..2e1f478a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,6 @@ Ansible Changes By Release * asa_acl * asa_command * asa_config - * asa_template - atomic * atomic_host * atomic_image @@ -272,6 +271,17 @@ Ansible Changes By Release * skipping task on 'missing attribute' in loop variable, now in a loop an undefined attribute will return an error instead of skipping the task. * skipping on undefined variables in loop, now loops will have to define a variable or use `|default` to avoid errors. +###Deprecations +Notice given that the following will be removed in Ansible 2.4: +* Modules + * asa_template + * eos_template + * ios_template + * iosxr_template + * junos_template + * nxos_template + * ops_template + ## 2.1.2 "The Song Remains the Same" ###Deprecations: |