Skip to content
Snippets Groups Projects
Commit 636a7512 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Glance policy copy is not using correct name"

parents bc5c9560 39cb42ec
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@
- name: Copying over existing policy file
template:
src: "{{ glance_policy_file_path }}"
dest: "{{ node_config_directory }}/{{ item.key }}/{{ glance_policy_file_path }}"
dest: "{{ node_config_directory }}/{{ item.key }}/{{ glance_policy_file }}"
mode: "0660"
become: true
register: glance_policy_overwriting
......
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