mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added version flag (1.1) to updated
apt module.
This commit is contained in:
parent
31db1e31d4
commit
fd59a03193
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ options:
|
||||||
upgrade:
|
upgrade:
|
||||||
description:
|
description:
|
||||||
- If yes, performs an apt-get upgrade. If dist, performs an apt-get dist-upgrade.
|
- If yes, performs an apt-get upgrade. If dist, performs an apt-get dist-upgrade.
|
||||||
|
version_added: "1.1"
|
||||||
required: false
|
required: false
|
||||||
default: no
|
default: no
|
||||||
choices: [ "yes", "no", "dist"]
|
choices: [ "yes", "no", "dist"]
|
||||||
|
|
Loading…
Reference in a new issue