Commit 694ed836 by e0d

Testing precedence

parent b2b4349f
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
- name: Create s3 log sync script - name: Create s3 log sync script
template: template:
dest: "{{ aws_s3_sync_script }}" dest: "{{ vhost_dirs.home.path }}/send-logs-to-s3"
src: send-logs-to-s3.j2 src: send-logs-to-s3.j2
mode: 0755 mode: 0755
owner: root owner: root
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
- name: Create symlink for s3 log sync script - name: Create symlink for s3 log sync script
file: file:
state: link state: link
src: "{{ aws_s3_sync_script }}" src: "{{ vhost_dirs.home.path }}/send-logs-to-s3"
dest: "{{ COMMON_OBJECT_STORE_LOG_SYNC_SCRIPT }}" dest: "{{ COMMON_OBJECT_STORE_LOG_SYNC_SCRIPT }}"
when: COMMON_OBJECT_STORE_LOG_SYNC 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