summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-05-11 22:27:22 +0200
committerMichael DeHaan <michael@ansibleworks.com>2013-05-11 22:32:22 +0200
commit0748e86f0ef69adaeea6556816d0c547128c582a (patch)
tree3d64147ac0c0de5af96d26ec4a59bd20d708c6db /examples
parentSlight tweak of irc module example (diff)
downloadansible-0748e86f0ef69adaeea6556816d0c547128c582a.tar.xz
ansible-0748e86f0ef69adaeea6556816d0c547128c582a.zip
Fix documentation about examples in modules so folks use the new style.
Diffstat (limited to 'examples')
-rw-r--r--examples/DOCUMENTATION.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/DOCUMENTATION.yaml b/examples/DOCUMENTATION.yaml
index 7365c7bd9f..f5c285932a 100644
--- a/examples/DOCUMENTATION.yaml
+++ b/examples/DOCUMENTATION.yaml
@@ -27,7 +27,3 @@ options:
choices: [list, of, choices]
aliases: [list, of, aliases]
version_added: 0.X
-examples:
-# One or more of the following:
- - code: modulename opt1=arg1 opt2=arg2
- description: Optional words describing this example