From f2b5c3334922853c11cb1824a884c930d61d5976 Mon Sep 17 00:00:00 2001 From: Dellucifer <84488210+dellucifer@users.noreply.github.com> Date: Thu, 9 Nov 2023 01:24:48 +0530 Subject: [PATCH] fixed typos in the documentation (#82077) --- changelogs/fragments/ansible-test-docker-forwards.yml | 2 +- changelogs/fragments/any_errors_fatal-fixes.yml | 2 +- changelogs/fragments/import_role_goes_public.yml | 2 +- .../testns/testcol/plugins/modules/fakemodule.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelogs/fragments/ansible-test-docker-forwards.yml b/changelogs/fragments/ansible-test-docker-forwards.yml index 6da14b030c2..9936714056f 100644 --- a/changelogs/fragments/ansible-test-docker-forwards.yml +++ b/changelogs/fragments/ansible-test-docker-forwards.yml @@ -1,5 +1,5 @@ bugfixes: - ansible-test - Properly detect docker host when using ``ssh://`` protocol for connecting to the docker daemon. -- ansible-test - Explicitly supply ``ControlPath=none`` when setting up port fowarding over SSH to address +- ansible-test - Explicitly supply ``ControlPath=none`` when setting up port forwarding over SSH to address the scenario where the local ssh configuration uses ``ControlPath`` for all hosts, and would prevent ports to be forwarded after the initial connection to the host. diff --git a/changelogs/fragments/any_errors_fatal-fixes.yml b/changelogs/fragments/any_errors_fatal-fixes.yml index b0fc4e78a01..10d9783ff82 100644 --- a/changelogs/fragments/any_errors_fatal-fixes.yml +++ b/changelogs/fragments/any_errors_fatal-fixes.yml @@ -1,5 +1,5 @@ bugfixes: - - Fix for when ``any_errors_fatal`` was ignored if error occured in a block with always (https://github.com/ansible/ansible/issues/31543) + - Fix for when ``any_errors_fatal`` was ignored if error occurred in a block with always (https://github.com/ansible/ansible/issues/31543) - Fix ``force_handlers`` not working with ``any_errors_fatal`` (https://github.com/ansible/ansible/issues/36308) - Fix tasks in always section not being executed for nested blocks with ``any_errors_fatal`` (https://github.com/ansible/ansible/issues/73246) - "``any_errors_fatal`` should fail all hosts and rescue all of them when a ``rescue`` section is specified (https://github.com/ansible/ansible/issues/80981)" diff --git a/changelogs/fragments/import_role_goes_public.yml b/changelogs/fragments/import_role_goes_public.yml index e221adbe2c1..29a08271961 100644 --- a/changelogs/fragments/import_role_goes_public.yml +++ b/changelogs/fragments/import_role_goes_public.yml @@ -1,3 +1,3 @@ minor_changes: - "``import_role`` action now also gets a ``public`` option that controls variable exports, default depending on ``DEFAULT_PRIVATE_ROLE_VARS`` (if using defaults equates to ``public=True``)." - - "``DEFAULT_PRIVATE_ROLE_VARS`` is now overriden by explicit setting of ``public`` for ``include_roles`` and ``import_roles``." + - "``DEFAULT_PRIVATE_ROLE_VARS`` is now overridden by explicit setting of ``public`` for ``include_roles`` and ``import_roles``." diff --git a/test/integration/targets/ansible-doc/broken-docs/collections/ansible_collections/testns/testcol/plugins/modules/fakemodule.py b/test/integration/targets/ansible-doc/broken-docs/collections/ansible_collections/testns/testcol/plugins/modules/fakemodule.py index 6488cba0702..814cd0a6720 100644 --- a/test/integration/targets/ansible-doc/broken-docs/collections/ansible_collections/testns/testcol/plugins/modules/fakemodule.py +++ b/test/integration/targets/ansible-doc/broken-docs/collections/ansible_collections/testns/testcol/plugins/modules/fakemodule.py @@ -5,7 +5,7 @@ from __future__ import annotations DOCUMENTATION = """ module: fakemodule broken: - short_desciption: fake module + short_description: fake module description: - this is a fake module version_added: 1.0.0