Added version flag (1.1) to updated
apt module.
This commit is contained in:
parent
03254282c7
commit
f1dffe9bc6
1 changed files with 1 additions and 0 deletions
1
apt
1
apt
|
@ -70,6 +70,7 @@ options:
|
|||
upgrade:
|
||||
description:
|
||||
- If yes, performs an apt-get upgrade. If dist, performs an apt-get dist-upgrade.
|
||||
version_added: "1.1"
|
||||
required: false
|
||||
default: no
|
||||
choices: [ "yes", "no", "dist"]
|
||||
|
|
Loading…
Reference in a new issue