1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-10 02:04:08 +00:00

Keep default behaviour for refresh

Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher 2015-01-14 15:50:18 +01:00 committed by Matt Clay
parent 90f5e1925e
commit 1f0b0ad3cd

View file

@ -63,7 +63,7 @@ options:
description:
- Enable autorefresh of the repository.
required: false
default: "no"
default: "yes"
choices: [ "yes", "no" ]
aliases: []
notes: []