Commit fa963547 by Michael DeHaan

Fixing your YAML Seth :)

parent 0fa6ed49
......@@ -63,7 +63,7 @@ def latex_ify(text):
def html_ify(text):
# print "DEBUG: text=%s" % text
#print "DEBUG: text=%s" % text
t = cgi.escape(text)
t = _ITALIC.sub("<em>" + r"\1" + "</em>", t)
......
......@@ -34,8 +34,7 @@ description:
options:
name:
description:
- package name, or package specifier with version, like C(name-1.0).
- in state=latest this can be '*' which means run: yum -y update
- "package name, or package specifier with version, like C(name-1.0) in state=latest this can be '*' which means run: yum -y update"
required: true
default: null
aliases: []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment