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

14 lines
253 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:
- role: node_exporter