diff options
author | Webcrétaire <contact@julien-emmanuel.com> | 2023-09-19 17:16:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 17:16:32 +0200 |
commit | 710c0a264e776f9824cdedc40df17383ba3fe40e (patch) | |
tree | dc55a758ef3d2ef226620baf7687ba96b0907059 | |
parent | vars: handle exception in combine_vars (#81700) (diff) | |
download | ansible-710c0a264e776f9824cdedc40df17383ba3fe40e.tar.xz ansible-710c0a264e776f9824cdedc40df17383ba3fe40e.zip |
Typo in documentation `then` -> `than` (#81724)
-rw-r--r-- | lib/ansible/modules/blockinfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/blockinfile.py b/lib/ansible/modules/blockinfile.py index 8c83bf0bdd..a8b21d3dba 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 |