Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from cloudalchemy/systemd
Browse files Browse the repository at this point in the history
fully switch to systemd module
  • Loading branch information
paulfantom authored Dec 15, 2017
2 parents a059611 + 6c9bab8 commit 8cd6678
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

- include: configure.yml

- name: ensure prometheus service is enabled
service:
- name: ensure prometheus service is started and enabled
systemd:
name: prometheus
state: started
enabled: yes

0 comments on commit 8cd6678

Please sign in to comment.