mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 23:35:54 -04:00
trying to make this work with xenial for travis
see error https://travis-ci.org/internetarchive/brozzler/jobs/508141058
This commit is contained in:
parent
f2a9908395
commit
d4f8bc768f
@ -3,8 +3,9 @@
|
||||
apt_key: url=http://download.rethinkdb.com/apt/pubkey.gpg
|
||||
become: true
|
||||
- name: ensure rethinkdb repo is in apt sources.list
|
||||
apt_repository: repo='deb http://download.rethinkdb.com/apt trusty main'
|
||||
state=present
|
||||
apt_repository:
|
||||
repo: 'deb http://download.rethinkdb.com/apt {{ansible_lsb.codename|lower}} main'
|
||||
state: present
|
||||
become: true
|
||||
- apt: update_cache=yes
|
||||
become: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user