Skip to content

Commit

Permalink
Added flag for reloading service
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderGreen committed Jul 13, 2016
1 parent 4de9930 commit b40cc18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

prometheus_version: 0.20.0
prometheus_gomaxprocs: "{{ ansible_processor_vcpus|default(ansible_processor_count) }}"
prometheus_service_reload: true

prometheus_user: prometheus
prometheus_group: prometheus
Expand Down
1 change: 1 addition & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
service:
name: prometheus
state: reloaded
when: {{ prometheus_service_reload }}

0 comments on commit b40cc18

Please sign in to comment.