mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
parent
f2a9908395
commit
d4f8bc768f
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue