Fixed an error with the apt task.

This commit is contained in:
staticsafe 2013-08-13 08:33:25 -04:00
parent cb0e15a9f6
commit 9cee9f42a0
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
---
- user: root
hosts: unsetup
tasks:
- name: Install python-apt and aptitude
shell: apt-get update && apt-get install python-apt aptitude
- name: Do any package upgrades and install required things
apt: upgrade=dist pkg=most,zsh,vim,vim-scripts,git,subversion,tmux,multitail,mtr-tiny,curl,dnsutils,sudo
apt: upgrade=dist pkg=most,zsh,vim,vim-scripts,git,subversion,tmux,multitail,mtr-tiny,curl,dnsutils,sudo state=present
- name: Get dotfiles repo
git: repo=https://github.com/staticsafe/dotfiles.git dest=~/dotfiles
- name: Run envsetup script from dotfiles repo