This commit is contained in:
2026-01-26 11:34:57 +04:00
parent adf7c3ca63
commit b6551bbb46

View File

@@ -1,13 +1,7 @@
---
- 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
become: true
roles:
- ansible-role-node-exporter