trying to make this work with xenial for travis

see error https://travis-ci.org/internetarchive/brozzler/jobs/508141058
This commit is contained in:
Noah Levitt 2019-03-18 16:38:23 -07:00
parent f2a9908395
commit d4f8bc768f

View File

@ -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