Commit fa963547 by Michael DeHaan

Fixing your YAML Seth :)

parent 0fa6ed49
...@@ -63,7 +63,7 @@ def latex_ify(text): ...@@ -63,7 +63,7 @@ def latex_ify(text):
def html_ify(text): def html_ify(text):
# print "DEBUG: text=%s" % text #print "DEBUG: text=%s" % text
t = cgi.escape(text) t = cgi.escape(text)
t = _ITALIC.sub("<em>" + r"\1" + "</em>", t) t = _ITALIC.sub("<em>" + r"\1" + "</em>", t)
......
...@@ -34,8 +34,7 @@ description: ...@@ -34,8 +34,7 @@ description:
options: options:
name: name:
description: description:
- package name, or package specifier with version, like C(name-1.0). - "package name, or package specifier with version, like C(name-1.0) in state=latest this can be '*' which means run: yum -y update"
- in state=latest this can be '*' which means run: yum -y update
required: true required: true
default: null default: null
aliases: [] 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