summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristian <info@chlehmann.ch>2019-08-13 17:43:38 +0200
committerMatt Martz <matt@sivel.net>2019-08-13 17:43:38 +0200
commit49dea224675b37ab3c7bce7e8b8d11ecf1981523 (patch)
treebe7a31c109754f6352438cb635c197a0f5bad035 /docs
parentMove all module renames into new section. (#60483) (diff)
downloadansible-49dea224675b37ab3c7bce7e8b8d11ecf1981523.tar.xz
ansible-49dea224675b37ab3c7bce7e8b8d11ecf1981523.zip
Update developing_plugins.rst (#60482)
##### SUMMARY documentation example-yaml for lookup-plugin seems to have an indent-error ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/dev_guide/developing_plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_plugins.rst b/docs/docsite/rst/dev_guide/developing_plugins.rst
index 3187c0011f..2bbfe0d2a3 100644
--- a/docs/docsite/rst/dev_guide/developing_plugins.rst
+++ b/docs/docsite/rst/dev_guide/developing_plugins.rst
@@ -331,7 +331,7 @@ Here's a simple lookup plugin implementation --- this lookup returns the content
__metaclass__ = type
DOCUMENTATION = """
- lookup: file
+ lookup: file
author: Daniel Hokka Zakrisson <daniel@hozac.com>
version_added: "0.9"
short_description: read file contents