From 1f81e34f0de8b9ee1639630487149fb984e3c0b4 Mon Sep 17 00:00:00 2001 From: Johann Queuniet Date: Thu, 20 Sep 2018 17:22:37 +0200 Subject: Allow config file template customization --- tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks/config.yml') diff --git a/tasks/config.yml b/tasks/config.yml index 9ea5da2..091cca1 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -1,7 +1,7 @@ --- - name: config | Configuring RabbitMQ template: - src: "etc/rabbitmq/rabbitmq.config.j2" + src: "{{ rabbitmq_config_file }}" dest: "/etc/rabbitmq/rabbitmq.config" become: true notify: "restart rabbitmq-server" -- cgit v1.2.3