Skip to content

Commit

Permalink
clear apt cache resolved weird problem: fix for #7
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Sep 4, 2015
1 parent 12e4d1a commit 6f3889d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
- name: Accept Oracle license
debconf: name="{{oracle_installer_key}}" question='shared/{{oracle_license_key}}' value='true' vtype='select'

- name: Update apt cache.
apt: update_cache=yes cache_valid_time=86400

- name: Install packages
apt: name={{item}} state=present update_cache=yes
with_items: oracle_packages

0 comments on commit 6f3889d

Please sign in to comment.