summaryrefslogtreecommitdiff
path: root/docs/docsite
diff options
context:
space:
mode:
authorSimon Dodsley <simon@purestorage.com>2020-02-02 06:30:01 -0800
committerGitHub <noreply@github.com>2020-02-02 15:30:01 +0100
commitb1a8bded3fe769244b16525dadcd19c2007b80c7 (patch)
tree176408f3bad447f7dbcb654c88e5cdb59908376b /docs/docsite
parent8f10db85520bd6203b489ca31e80af5271d20208 (diff)
downloadansible-b1a8bded3fe769244b16525dadcd19c2007b80c7.tar.gz
Remove deprecated parameter for 2.10 in purefb_fs (#67026)
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 fced54c011..74a8aed46b 100644
--- a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
+++ b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
@@ -109,6 +109,7 @@ Noteworthy module changes
* Junction points are no longer reported as ``islnk``, use ``isjunction`` to properly report these files. This behaviour matches the :ref:`win_stat <win_stat_module>`
* Directories no longer return a ``size``, this matches the ``stat`` and ``find`` behaviour and has been removed due to the difficulties in correctly reporting the size of a directory
* :ref:`docker_container <docker_container_module>` no longer passes information on non-anonymous volumes or binds as ``Volumes`` to the Docker daemon. This increases compatibility with the ``docker`` CLI program. Note that if you specify ``volumes: strict`` in ``comparisons``, this could cause existing containers created with docker_container from Ansible 2.9 or earlier to restart.
+* :ref:`purefb_fs <purefb_fs_module>` no longer supports the deprecated ``nfs`` option. This has been superceeded by ``nfsv3``.
Plugins
=======