Skip to content
Snippets Groups Projects
Commit cc5c3472 authored by Victor Morales's avatar Victor Morales
Browse files

Fix Copying 10-rest-connector.xml task

The destination folder for this task requires root permissions.

Change-Id: Icdc37cde7ba7b6971cf36632a9b6071b3cf600c2
parent 3f14a99f
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,7 @@
template:
src: "{{ item }}"
dest: "{{ node_config_directory }}/opendaylight/10-rest-connector.xml"
become: true
with_first_found:
- "{{ node_custom_config }}/opendaylight/{{ inventory_hostname }}/10-rest-connector.xml"
- "{{ node_custom_config }}/opendaylight/10-rest-connector.xml"
......
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