ansible-roles/roles/matomo/tasks/archive_pre.yml

9 lines
200 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- import_tasks: ../includes/webapps_archive.yml
vars:
- root_dir: "{{ matomo_root_dir }}"
- version: "{{ matomo_current_version }}"
- db_name: "{{ matomo_db_name }}"
tags: matomo