Commit b84a26eb by e0d

Revert "Testing precedence"

This reverts commit 694ed836.
parent c6c6b0bb
......@@ -68,7 +68,7 @@
- name: Create s3 log sync script
template:
dest: "{{ vhost_dirs.home.path }}/send-logs-to-s3"
dest: "{{ aws_s3_sync_script }}"
src: send-logs-to-s3.j2
mode: 0755
owner: root
......@@ -78,7 +78,7 @@
- name: Create symlink for s3 log sync script
file:
state: link
src: "{{ vhost_dirs.home.path }}/send-logs-to-s3"
src: "{{ aws_s3_sync_script }}"
dest: "{{ COMMON_OBJECT_STORE_LOG_SYNC_SCRIPT }}"
when: COMMON_OBJECT_STORE_LOG_SYNC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment