From 6d830166e9dc7d99917bd3d241868da11cc1450d Mon Sep 17 00:00:00 2001 From: Qasim Sarfraz Date: Thu, 12 Apr 2018 05:47:48 +0200 Subject: [PATCH] Minor typo fix (#38589) --- docs/docsite/rst/porting_guides/porting_guide_2.4.rst | 4 ++-- docs/docsite/rst/porting_guides/porting_guide_2.6.rst | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.4.rst b/docs/docsite/rst/porting_guides/porting_guide_2.4.rst index e1285e0cd17..10404a92c0e 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.4.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.4.rst @@ -28,7 +28,7 @@ Inventory has been refactored to be implemented via plugins and now allows for m One exception is the ``inventory_dir``, which is now a host variable; previously it could only have one value so it was set globally. This means you can no longer use it early in plays to determine ``hosts:`` or similar keywords. -This also changes the behaviour of ``add_hosts`` and the implicit localhost; +This also changes the behaviour of ``add_hosts`` and the implicit localhost; because they no longer automatically inherit the global value, they default to ``None``. See the module documentation for more information. The ``inventory_file`` remains mostly unchanged, as it was always host specific. @@ -89,7 +89,7 @@ The following modules no longer exist: Deprecation notices ------------------- -The following modules will be removed in Ansible 2.8. Please update update your playbooks accordingly. +The following modules will be removed in Ansible 2.8. Please update your playbooks accordingly. * :ref:`azure `, use :ref:`azure_rm_virtualmachine `, which uses the new Resource Manager SDK. * :ref:`win_msi `, use :ref:`win_package ` instead diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.6.rst b/docs/docsite/rst/porting_guides/porting_guide_2.6.rst index 8a23845d348..ee9b8ac401b 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.6.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.6.rst @@ -40,7 +40,7 @@ The following modules no longer exist: Deprecation notices ------------------- -The following modules will be removed in Ansible 2.10. Please update update your playbooks accordingly. +The following modules will be removed in Ansible 2.10. Please update your playbooks accordingly. Noteworthy module changes @@ -62,4 +62,3 @@ Networking ========== No notable changes. -