Fix incorrect filename in swift-account-reaper ansible task

Change-Id: I36d8455e904732195edcd3862d4b4445346e1bc0
backport: liberty
Closes-Bug: #1504204
This commit is contained in:
Paul Bourke 2015-10-08 17:04:27 +00:00
parent eb6a367464
commit 030bb04cb9

View File

@ -110,7 +110,7 @@
- name: Copying over swift-account-reaper JSON configuration file
template:
src: "swift-account-reaper.j2"
src: "swift-account-reaper.json.j2"
dest: "{{ node_config_directory }}/swift-account-reaper/config.json"
when: inventory_hostname in groups['swift-account-server']