ansible-collection-prometheus/.config/molecule/converge.yml

9 lines
226 B
YAML
Raw Permalink Normal View History

---
- 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 }}"