mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-18 19:23:17 +02:00
13 lines
365 B
YAML
13 lines
365 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Detect installed version
|
||
|
block:
|
||
|
- import_tasks: ../includes/webapps_set_install_mode.yml
|
||
|
vars:
|
||
|
- root_dir: "{{ nomad_root_dir }}"
|
||
|
- version: "{{ nomad_version }}"
|
||
|
- set_fact: nomad_install_mode={{ install_mode | default('none') }}
|
||
|
- set_fact: nomad_current_version={{ current_version | default('') }}
|
||
|
tags: nomad
|
||
|
|