From 9b3d52cb62f89ba9910654d4cbc5c6d683c161e5 Mon Sep 17 00:00:00 2001 From: Ingo Gottwald Date: Sat, 27 Apr 2013 21:23:13 +0200 Subject: [PATCH] apt module cache_valid_time documentation fix --- library/apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/apt b/library/apt index f22bb909db..1f88c70b73 100644 --- a/library/apt +++ b/library/apt @@ -102,7 +102,7 @@ examples: - code: "apt: update_cache=yes" description: Run the equivalent of C(apt-get update) as a separate step - code: "apt: update_cache=yes cache_valid_time=3600" - description: Only run C(apt-get update) if the last one is more than more than 3600 seconds ago + description: Only run C(update_cache=yes) if the last one is more than more than 3600 seconds ago requirements: [ python-apt, aptitude ] '''