Commit 9b3d52cb by Ingo Gottwald

apt module cache_valid_time documentation fix

parent ad004d52
...@@ -102,7 +102,7 @@ examples: ...@@ -102,7 +102,7 @@ examples:
- code: "apt: update_cache=yes" - code: "apt: update_cache=yes"
description: Run the equivalent of C(apt-get update) as a separate step description: Run the equivalent of C(apt-get update) as a separate step
- code: "apt: update_cache=yes cache_valid_time=3600" - 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 ] requirements: [ python-apt, aptitude ]
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment