mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix apt module documentation formatting.
This commit is contained in:
parent
d04c4ef0c7
commit
ff58623f8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue