Fix yml formatting issues.

This commit is contained in:
staticsafe 2013-08-13 08:26:59 -04:00
parent 81c36b05bc
commit cb0e15a9f6
1 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
---
user: root
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
- name: Get dotfiles repo
git: repo=https://github.com/staticsafe/dotfiles.git dest=~/dotfiles
- name: Run envsetup script from dotfiles repo
shell: ~/dotfiles/envsetup.sh >> bootstrap.txt
- user: root
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
- name: Get dotfiles repo
git: repo=https://github.com/staticsafe/dotfiles.git dest=~/dotfiles
- name: Run envsetup script from dotfiles repo
shell: ~/dotfiles/envsetup.sh >> bootstrap.txt