Files
ansible-role-node-exporter/molecule/default/converge.yml

14 lines
266 B
YAML
Raw Normal View History

2026-01-26 11:04:35 +04:00
---
- name: Converge
hosts: all
#become: true
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_facts.os_family == 'Debian'
changed_when: false
roles:
2026-01-26 11:30:27 +04:00
- role: ansible-role-node-exporter