mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
append 'rethinkdb' to 'bigchaindb -y configure' in Ansible role
This commit is contained in:
parent
4463c10b3a
commit
eded8e50a4
@ -37,7 +37,7 @@
|
||||
register: home_bigchaindb_config_file
|
||||
|
||||
- name: If ~/.bigchaindb doesn't exist, generate a default BigchainDB config file there
|
||||
shell: bigchaindb -y configure
|
||||
shell: bigchaindb -y configure rethinkdb
|
||||
when: not home_bigchaindb_config_file.stat.exists
|
||||
|
||||
- name: Look up all processes with 'bigchaindb' in their name
|
||||
|
Loading…
x
Reference in New Issue
Block a user