1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Clarify docs message.

This commit is contained in:
Michael DeHaan 2014-04-02 17:36:47 -04:00
parent 19437aad0b
commit a4bce09ad1

View file

@ -45,7 +45,7 @@ options:
- A source string state.
update_cache:
description:
- Run the equivalent of C(apt-get update) if has changed.
- Run the equivalent of C(apt-get update) when a change occurs. Cache updates are run after making changes.
required: false
default: "yes"
choices: [ "yes", "no" ]