Skip to content

Commit

Permalink
in gce today we need to update the apt cache here
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuller authored and rfuller committed Feb 11, 2015
1 parent 04f429c commit 02c391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tags: ['system']
pre_tasks:
- name: Install Debian Packages
apt: pkg={{ item }} state=present
apt: pkg={{ item }} state=present update_cache=yes
with_items:
- git
- vim
Expand Down

0 comments on commit 02c391e

Please sign in to comment.