From be6d9e8aa5403603136a1c59ec7bae219662cc41 Mon Sep 17 00:00:00 2001 From: Alicja Kwasniewska Date: Fri, 17 Feb 2017 04:34:58 +0000 Subject: [PATCH] Fixed a typo in tg-agent It should be td-agent. TrivialFix Change-Id: I4b7d573cc684d28515fa944186a04bc26efab521 --- ansible/roles/common/tasks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/common/tasks/config.yml b/ansible/roles/common/tasks/config.yml index b33217de3f..8544ee8578 100644 --- a/ansible/roles/common/tasks/config.yml +++ b/ansible/roles/common/tasks/config.yml @@ -61,7 +61,7 @@ - "00-record_transformer" - "01-rewrite" -- name: Copying over tg-agent.conf +- name: Copying over td-agent.conf template: src: "td-agent.conf.j2" dest: "{{ node_config_directory }}/{{ item }}/td-agent.conf"