mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Merge pull request #229 from zmarano/master
Change the order we clean up the apt state for GCE images.
This commit is contained in:
commit
9530f8987e
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ class ImportGoogleKey(Task):
|
|||
class CleanGoogleRepositoriesAndKeys(Task):
|
||||
description = 'Removing Google key and apt source files'
|
||||
phase = phases.system_cleaning
|
||||
successors = [apt.AptClean, network.RemoveDNSInfo]
|
||||
predecessors = [apt.AptClean]
|
||||
successors = [network.RemoveDNSInfo]
|
||||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
|
|
Loading…
Add table
Reference in a new issue