Commit ff58623f by Michael DeHaan

Fix apt module documentation formatting.

parent d04c4ef0
...@@ -69,7 +69,7 @@ options: ...@@ -69,7 +69,7 @@ options:
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
upgrade: upgrade:
description: description:
- If yes, performs an apt-get upgrade. If dist, performs an apt-get dist-upgrade. Note: This does not upgrade a specific package, use state=latest for that. - 'If yes, performs an apt-get upgrade. If dist, performs an apt-get dist-upgrade. Note: This does not upgrade a specific package, use state=latest for that.'
version_added: "1.1" version_added: "1.1"
required: false required: false
default: no default: no
......
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