Skip to content

Commit

Permalink
Added task to upgrade apt packages (#509)
Browse files Browse the repository at this point in the history
Avoid the upgrade prompt post install.
  • Loading branch information
freemanjp authored Dec 3, 2018
1 parent 283a80f commit 03bf1d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
- name: update apt cache
apt: update_cache=yes cache_valid_time=86400

- name: update all packages to the latest version
apt:
upgrade: dist

roles:
# Preserve the apt cache
- role: gantsign.apt
Expand Down

0 comments on commit 03bf1d5

Please sign in to comment.