- name: Deploy Metrics exporter
  hosts: prometheus
  vars:
    state: running
  roles:
    - {role: compose_project, service: metric-export}

# vim: ft=yaml.ansible