mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 22:23:29 +02:00
6 lines
139 B
YAML
6 lines
139 B
YAML
---
|
|
|
|
- name: Remove archive dir
|
|
file: path={{ pg_exporter_root_dir }}/archives/{{ pg_exporter_current_version }} state=absent
|
|
tags: pg
|