mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 06:33:24 +02:00
10 lines
286 B
YAML
10 lines
286 B
YAML
---
|
|
|
|
- name: Remove tmp files
|
|
file: path={{ item }} state=absent
|
|
loop:
|
|
- "{{ pg_exporter_root_dir }}/tmp/postgres_exporter_v{{ pg_exporter_version }}_linux-amd64"
|
|
- "{{ pg_exporter_root_dir }}/tmp/postgres_exporter_v{{ pg_exporter_version }}_linux-amd64.tar.gz"
|
|
tags: pg
|
|
|