mirror of https://github.com/ceph/ceph-ansible.git
9 lines
234 B
YAML
9 lines
234 B
YAML
|
---
|
||
|
- name: enable service
|
||
|
# We use the systemd module here so we can use the daemon_reload feature,
|
||
|
# since we're shipping the .service file ourselves
|
||
|
systemd:
|
||
|
name: grafana-server
|
||
|
daemon_reload: true
|
||
|
enabled: true
|