From 710c0a264e776f9824cdedc40df17383ba3fe40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Webcr=C3=A9taire?= Date: Tue, 19 Sep 2023 17:16:32 +0200 Subject: [PATCH] Typo in documentation `then` -> `than` (#81724) --- lib/ansible/modules/blockinfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/blockinfile.py b/lib/ansible/modules/blockinfile.py index 8c83bf0bdd9..a8b21d3dbad 100644 --- a/lib/ansible/modules/blockinfile.py +++ b/lib/ansible/modules/blockinfile.py @@ -111,7 +111,7 @@ notes: - As of Ansible 2.3, the O(dest) option has been changed to O(path) as default, but O(dest) still works as well. - Option O(ignore:follow) has been removed in Ansible 2.5, because this module modifies the contents of the file so O(ignore:follow=no) does not make sense. - - When more then one block should be handled in one file you must change the O(marker) per task. + - When more than one block should be handled in one file you must change the O(marker) per task. extends_documentation_fragment: - action_common_attributes - action_common_attributes.files