Consolidated apt installs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user