Skip to content

Commit

Permalink
Merge pull request #8 from bbaassssiiee/master
Browse files Browse the repository at this point in the history
clear apt cache resolved weird problem: fix for #7
  • Loading branch information
bcoca committed Oct 27, 2015
2 parents 12e4d1a + 6f3889d commit 98cbd15
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 98cbd15

Please sign in to comment.