append 'rethinkdb' to 'bigchaindb -y configure' in Ansible role

This commit is contained in:
Troy McConaghy 2017-02-06 17:53:22 +01:00
parent 4463c10b3a
commit eded8e50a4
1 changed files with 1 additions and 1 deletions

View File

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