Commit 6ab0801d authored by Deepak N's avatar Deepak N
Browse files

Issue ekstep/sunbird-devops#332 feat: Remove unused task

parent 42637d10
No related merge requests found
Showing with 0 additions and 3 deletions
+0 -3
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
- name: Save stack file - name: Save stack file
template: src=stack-monitor.yml dest=/opt/docker/stacks/monitor/stack/monitor.yml mode=0644 template: src=stack-monitor.yml dest=/opt/docker/stacks/monitor/stack/monitor.yml mode=0644
- name: Save stack file
shell: "cat /opt/docker/stacks/monitor/stack/monitor.yml"
- name: Save prometheus config {{ item }} - name: Save prometheus config {{ item }}
template: src={{ item }} dest="{{ monitor_config_files_dest_dir }}/{{ item }}" mode=0644 template: src={{ item }} dest="{{ monitor_config_files_dest_dir }}/{{ item }}" mode=0644
with_items: "{{ monitor_config_templates }}" with_items: "{{ monitor_config_templates }}"
......
Supports Markdown
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