Give Ansible task to generate RethinkDB config file a longer name

This commit is contained in:
troymc 2016-08-28 15:09:41 +02:00
parent aae736e235
commit 5951945e74
2 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@
# See https://www.rethinkdb.com/docs/start-on-startup/
# Note: This task does NOT have a notify: rethinkdb restart
# A task to ensure RethinkDB is started comes later.
- name: Write a RethinkDB config file
- name: >
Generate a RethinkDB config file from rethinkdb.conf.j2 and put it in
/etc/rethinkdb/instances.d/instance1.conf
template:
src=rethinkdb.conf.j2
dest=/etc/rethinkdb/instances.d/instance1.conf