Merge pull request #2613 from garethrees/patch-1

Add separate step update_cache example
This commit is contained in:
Michael DeHaan 2013-04-08 09:40:15 -07:00
commit 917704ee3a

View file

@ -91,6 +91,8 @@ examples:
description: Install latest version of C(openjdk-6-jdk) ignoring C(install-reccomends)
- code: "apt: upgrade=dist"
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 ]
'''