mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fixing your YAML Seth :)
This commit is contained in:
@@ -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:
|
|||||||
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: []
|
||||||
|
|||||||
Reference in New Issue
Block a user