Simplify configuration file management

This commit is contained in:
Alexander Gorelyshev
2025-12-19 16:31:12 +04:00
parent a5642463cc
commit f85dd70eb9
5 changed files with 12 additions and 13 deletions

View File

@@ -16,7 +16,6 @@
rescue:
- name: "Install | Create directories"
loop:
- "{{ ipmi_exporter_dir }}"
- "{{ ipmi_exporter_config_dir }}"
ansible.builtin.file:
path: "{{ item }}"