Commit c45b54c1 by Gareth Rees

Add separate step update_cache example

parent c695aa2d
...@@ -91,6 +91,8 @@ examples: ...@@ -91,6 +91,8 @@ examples:
description: Install latest version of C(openjdk-6-jdk) ignoring C(install-reccomends) description: Install latest version of C(openjdk-6-jdk) ignoring C(install-reccomends)
- code: "apt: upgrade=dist" - code: "apt: upgrade=dist"
description: Update all packages to the latest version description: Update all packages to the latest version
- code: "apt: update_cache=yes"
description: Run the equivalent of C(apt-get update) as a separate step
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