Fixing your YAML Seth :)

This commit is contained in:
Michael DeHaan 2013-07-15 13:16:37 -04:00
parent 0fa6ed490a
commit fa9635478b
2 changed files with 2 additions and 3 deletions

View file

@ -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)

View file

@ -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: []