summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/files')
-rw-r--r--lib/ansible/modules/files/file.py6
-rw-r--r--lib/ansible/modules/files/lineinfile.py2
-rw-r--r--lib/ansible/modules/files/template.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/ansible/modules/files/file.py b/lib/ansible/modules/files/file.py
index 558cfc388a..ef98f036e8 100644
--- a/lib/ansible/modules/files/file.py
+++ b/lib/ansible/modules/files/file.py
@@ -28,7 +28,7 @@ module: file
version_added: "historical"
short_description: Sets attributes of files
extends_documentation_fragment: files
-description:
+description:
- Sets attributes of files, symlinks, and directories, or removes
files/symlinks/directories. Many other modules support the same options as
the M(file) module - including M(copy), M(template), and M(assemble).
@@ -44,7 +44,7 @@ options:
- 'path to the file being managed. Aliases: I(dest), I(name)'
required: true
default: []
- aliases: ['dest', 'name']
+ aliases: ['dest', 'name']
state:
description:
- If C(directory), all immediate subdirectories will be created if they
@@ -78,7 +78,7 @@ options:
default: "no"
choices: [ "yes", "no" ]
description:
- - 'force the creation of the symlinks in two cases: the source file does
+ - 'force the creation of the symlinks in two cases: the source file does
not exist (but will appear later); the destination exists and is a file (so, we need to unlink the
"path" file and create symlink to the "src" file in place of it).'
follow:
diff --git a/lib/ansible/modules/files/lineinfile.py b/lib/ansible/modules/files/lineinfile.py
index 0e55bc9da5..ba7f4a3cc1 100644
--- a/lib/ansible/modules/files/lineinfile.py
+++ b/lib/ansible/modules/files/lineinfile.py
@@ -26,7 +26,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
DOCUMENTATION = """
---
module: lineinfile
-author:
+author:
- "Daniel Hokka Zakrissoni (@dhozac)"
- "Ahti Kitsik (@ahtik)"
extends_documentation_fragment:
diff --git a/lib/ansible/modules/files/template.py b/lib/ansible/modules/files/template.py
index 4727eff774..c603ec8f42 100644
--- a/lib/ansible/modules/files/template.py
+++ b/lib/ansible/modules/files/template.py
@@ -72,7 +72,7 @@ notes:
author:
- - Ansible Core Team
+ - Ansible Core Team
- Michael DeHaan
extends_documentation_fragment:
- files