summaryrefslogtreecommitdiff
path: root/docs/docsite
diff options
context:
space:
mode:
authorDusan Matejka <D3DeFi@users.noreply.github.com>2020-01-30 14:06:44 +0100
committerGitHub <noreply@github.com>2020-01-30 14:06:44 +0100
commit57805b7def8cd1a5f8542d5365b5b7dbbaf446ae (patch)
tree49b1ce037e89b03ff7bcbdb35847c2655d42b397 /docs/docsite
parent553997db25198fcdb35037a200410f1c88332511 (diff)
downloadansible-57805b7def8cd1a5f8542d5365b5b7dbbaf446ae.tar.gz
zabbix_proxy interface option documentation and argspec fixes (#66837)
* zabbix_proxy interface option documentation and argspec fixes * Update changelogs/fragments/66837-zabbix-proxy-interface.yml Co-Authored-By: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
Diffstat (limited to 'docs/docsite')
-rw-r--r--docs/docsite/rst/porting_guides/porting_guide_2.10.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
index d2468a561d..bc688d86ef 100644
--- a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
+++ b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
@@ -100,6 +100,7 @@ Noteworthy module changes
* The deprecated ``recurse`` option in :ref:`pacman <pacman_module>` module has been removed, you should use ``extra_args=--recursive`` instead.
* :ref:`vmware_guest_custom_attributes <vmware_guest_custom_attributes_module>` module does not require VM name which was a required parameter for releases prior to Ansible 2.10.
* :ref:`zabbix_action <zabbix_action_module>` no longer requires ``esc_period`` and ``event_source`` arguments when ``state=absent``.
+* :ref:`zabbix_proxy <zabbix_proxy_module>` deprecates ``interface`` sub-options ``type`` and ``main`` when proxy type is set to passive via ``status=passive``. Make sure these suboptions are removed from your playbook as they were never supported by Zabbix in the first place.
* :ref:`gitlab_user <gitlab_user_module>` no longer requires ``name``, ``email`` and ``password`` arguments when ``state=absent``.
* :ref:`win_pester <win_pester_module>` no longer runs all ``*.ps1`` file in the directory specified due to it executing potentially unknown scripts. It will follow the default behaviour of only running tests for files that are like ``*.tests.ps1`` which is built into Pester itself
* :ref:`win_find <win_find_module>` has been refactored to better match the behaviour of the ``find`` module. Here is what has changed: