Skip to content

Commit

Permalink
AWS deploy: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Mar 19, 2019
1 parent 9d98fcf commit 25045fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/aws/provision/tasks/common/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

- name: Create Node Exporter start script
template:
dest: /var/qed/exporter-{{ item }}
dest: /var/qed/exporter-{{ item }}
src: ../../templates/exporter-{{ item }}.j2
force: true
mode: 0775
Expand Down
2 changes: 1 addition & 1 deletion deploy/aws/provision/tasks/prometheus/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

- name: Install Grafana
yum:
update_cache: yes
update_cache: yes
name: https://dl.grafana.com/oss/release/grafana-6.0.1-1.x86_64.rpm

- name: Copy Grafana config and dashboards to remote
Expand Down

0 comments on commit 25045fd

Please sign in to comment.