Add separate step update_cache example
This commit is contained in:
parent
74c85c1929
commit
c0d39fbde1
1 changed files with 2 additions and 0 deletions
2
apt
2
apt
|
@ -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 ]
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue