Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
356 B

---
- name: Detect current version and set install mode
block:
- import_tasks: ../includes/webapps_set_install_mode.yml
vars:
root_dir: "{{ pg_exporter_root_dir }}"
version: "{{ pg_exporter_version }}"
- set_fact: pg_exporter_install_mode={{ install_mode }}
- set_fact: pg_exporter_current_version={{ current_version }}
tags: pg