diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-05-11 22:29:41 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-05-11 22:32:22 +0200 |
commit | 9ca0289dee30686648154fe294b07811b21aeea7 (patch) | |
tree | 917a5cce65d376f469f6def516a0204f11e18fab /examples | |
parent | Fix documentation about examples in modules so folks use the new style. (diff) | |
download | ansible-9ca0289dee30686648154fe294b07811b21aeea7.tar.xz ansible-9ca0289dee30686648154fe294b07811b21aeea7.zip |
Fixup the module formatter to explain the EXAMPLES string as well.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/DOCUMENTATION.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/DOCUMENTATION.yaml b/examples/DOCUMENTATION.yaml index f5c285932a..da434005fd 100644 --- a/examples/DOCUMENTATION.yaml +++ b/examples/DOCUMENTATION.yaml @@ -26,4 +26,4 @@ options: default: a string or the word null choices: [list, of, choices] aliases: [list, of, aliases] - version_added: 0.X + version_added: 1.X |