From 54fdd5416b9a0df194c0e21b68c36b199cfe47c8 Mon Sep 17 00:00:00 2001 From: yuyak Date: Sat, 21 Jun 2014 21:27:57 +0800 Subject: [PATCH] Fix typo in apt module documentation --- packaging/apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/apt b/packaging/apt index 2a08afb9be8..d38cf095a88 100755 --- a/packaging/apt +++ b/packaging/apt @@ -125,7 +125,7 @@ EXAMPLES = ''' # Run the equivalent of "apt-get update" as a separate step - apt: update_cache=yes -# Only run "update_cache=yes" if the last one is more than more than 3600 seconds ago +# Only run "update_cache=yes" if the last one is more than 3600 seconds ago - apt: update_cache=yes cache_valid_time=3600 # Pass options to dpkg on run