Skip to content

Commit

Permalink
enable updates for vsphere diff stemcell rake task
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Nikonowicz <[email protected]>
  • Loading branch information
davidjahn authored and Paul Nikonowicz committed Aug 10, 2017
1 parent 9ec1534 commit b04f526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/build/vsphere.rake
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ namespace :build do
output_directory: output_directory,
packer_vars: {},
version: version,
skip_windows_update: true,
skip_windows_update: false,
new_password: Stemcell::Builder::validate_env('ADMINISTRATOR_PASSWORD')
)

Expand Down

0 comments on commit b04f526

Please sign in to comment.