Updated 'provision' ansible script

This commit is contained in:
Ev Kontsevoy 2016-01-18 21:53:59 -08:00
parent 6db6032ebe
commit fcefca4230

View file

@ -20,10 +20,12 @@
#
# update all packages
#
- name: install 'aptitude'
apt: name=aptitude state=latest
- name: update dpkg db
apt: update_cache=yes force=yes
- name: install aptitude
apt: name=aptitude state=latest
- name: upgrade all packages
apt: update_cache=yes upgrade=yes force=yes
apt: state=latest upgrade=yes
- apt: name=curl state=latest
- apt: name=vim state=latest
- apt: name=htop state=latest