mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-26 22:00:22 +00:00
9 lines
226 B
YAML
9 lines
226 B
YAML
|
---
|
||
|
- name: Converge
|
||
|
hosts: all
|
||
|
any_errors_fatal: true
|
||
|
tasks:
|
||
|
- name: "Run role"
|
||
|
ansible.builtin.include_role:
|
||
|
name: "prometheus.prometheus.{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
|