1
0
Fork 0
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:
Remy 2013-02-03 19:14:37 +01:00
parent 31db1e31d4
commit fd59a03193

View file

@ -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"]