From 2e62cbdaa2e926859f83570777da10cba66dff3b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 2 Apr 2014 17:36:47 -0400 Subject: [PATCH] Clarify docs message. --- packaging/apt_repository | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/apt_repository b/packaging/apt_repository index a9e6e6dcf29..af51618e682 100644 --- a/packaging/apt_repository +++ b/packaging/apt_repository @@ -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" ]