Skip to content
Snippets Groups Projects
Commit 030bb04c authored by Paul Bourke's avatar Paul Bourke
Browse files

Fix incorrect filename in swift-account-reaper ansible task

Change-Id: I36d8455e904732195edcd3862d4b4445346e1bc0
backport: liberty
Closes-Bug: #1504204
parent eb6a3674
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment