install flash plugin for chromium

This commit is contained in:
Noah Levitt 2016-07-13 15:23:50 -05:00
parent 04e1e5277e
commit b62d5a6350
3 changed files with 6 additions and 2 deletions

0
brozzler/pywb.py Executable file → Normal file
View File

View File

@ -21,7 +21,7 @@ import setuptools
setuptools.setup(
name='brozzler',
version='1.1b3.dev51',
version='1.1b3.dev52',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',

View File

@ -1,4 +1,8 @@
---
- name: ensure canonical partner repo is in apt sources.list
apt_repository: repo='deb http://archive.canonical.com/ubuntu trusty partner'
state=present
become: true
- name: ensure required packages are installed
become: true
apt: name={{item}} state=present
@ -28,7 +32,7 @@
- zlib1g-dev
- gcc
- libpython3.4-dev
- git
- adobe-flashplugin
- name: install Xvnc upstart config /etc/init/Xvnc.conf
template: src=templates/Xvnc.conf.j2 dest=/etc/init/Xvnc.conf
become: true