Skip to content

Commit

Permalink
AWS deploy: drop duplicated code (by me!)
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Mar 14, 2019
1 parent 5f77424 commit cdaf43e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions deploy/aws/provision/tasks/prometheus/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@
- dashboards/QED.json
register: grafana_config

- name: Copy Grafana config and dashboards to remote
copy:
dest: /etc/grafana/provisioning/
src: files/grafana
owner: root
group: grafana
register: grafana_config

- name: Restart Grafana
service:
name: grafana-server
Expand Down

0 comments on commit cdaf43e

Please sign in to comment.