Commit 73cdb8ef by Fred Smith

make compatible with Ubuntu 12.04

parent c48e6a28
...@@ -19,12 +19,12 @@ sitespeedio_role_name: sitespeedio ...@@ -19,12 +19,12 @@ sitespeedio_role_name: sitespeedio
# #
# OS packages # OS packages
# #
sitespeedio_chrislea_ppa: "ppa:chris-lea/node.js"
sitespeedio_debian_pkgs: sitespeedio_debian_pkgs:
- default-jre - default-jre
- firefox - firefox
- npm - nodejs
- nodejs-legacy
- xvfb - xvfb
sitespeedio_redhat_pkgs: [] sitespeedio_redhat_pkgs: []
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
# - sitespeedio # - sitespeedio
# #
# adding chris-lea nodejs repo
- name: add ppas for current versions of nodejs
apt_repository: repo="{{ sitespeedio_chrislea_ppa }}"
# Install Sitespeed Dependencies # Install Sitespeed Dependencies
- name: install sitespeed.io specific system packages - name: install sitespeed.io specific system packages
apt: pkg={{','.join(sitespeedio_debian_pkgs)}} state=present apt: pkg={{','.join(sitespeedio_debian_pkgs)}} state=present
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment