summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-01-17 10:16:32 -0500
committerBrian Coca <brian.coca+git@gmail.com>2017-01-17 10:16:32 -0500
commitba97a34bb34fc08df7d12600bdc945778f773d03 (patch)
tree1a664a044d320d950ffcde2f7c73646497e6bf86
parent222e1c97bed44c8c01ea366598d419ab2da525ef (diff)
downloadansible-ba97a34bb34fc08df7d12600bdc945778f773d03.tar.gz
minor doc fix
-rw-r--r--lib/ansible/modules/files/ini_file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/files/ini_file.py b/lib/ansible/modules/files/ini_file.py
index d1d2cf41f8..bfc9f8537b 100644
--- a/lib/ansible/modules/files/ini_file.py
+++ b/lib/ansible/modules/files/ini_file.py
@@ -35,7 +35,7 @@ description:
sections if they don't exist.
- Before version 2.0, comments are discarded when the source file is read, and therefore will not show up in the destination file.
- Since version 2.3, this module adds missing ending newlines to files to keep in line with the POSIX standard, even when
- no modifications need to be applied.
+ no other modifications need to be applied.
version_added: "0.9"
options:
path: