Consolidated apt installs

This commit is contained in:
2017-06-20 07:50:55 -04:00
parent 9335a7ba3f
commit 14e07095f2

View File

@@ -26,20 +26,14 @@
shell: wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh shell: wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh
when: heroku_installed.stdout == "" when: heroku_installed.stdout == ""
- name: Install siege - name: Install other apt items
apt: name=siege state=present apt: name={{ item }} state=present
with_items:
- name: Install vim - siege
apt: name=vim state=present - vim
- tmux
- name: Install tmux - apache2-utils
apt: name=tmux state=present - xrdp
- name: Install apache2-utils
apt: name=apache2-utils state=present
- name: Install xrdp
apt: name=xrdp state=present
- name: Pathogen installed - name: Pathogen installed
stat: path=/home/cody/.vim/autoload/pathogen.vim stat: path=/home/cody/.vim/autoload/pathogen.vim