Fixed an error with the apt task.
This commit is contained in:
parent
cb0e15a9f6
commit
9cee9f42a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue