ansible-roles/roles/postgresql_exporter/tasks/archive_post.yml
2021-12-01 19:13:34 +01:00

6 lines
139 B
YAML

---
- name: Remove archive dir
file: path={{ pg_exporter_root_dir }}/archives/{{ pg_exporter_current_version }} state=absent
tags: pg