mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2022-03-07 16:00
This commit is contained in:
12
roles/unmaintained/matrix_riot/tasks/facts.yml
Normal file
12
roles/unmaintained/matrix_riot/tasks/facts.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- import_tasks: ../includes/webapps_set_install_mode.yml
|
||||
vars:
|
||||
- root_dir: "{{ riot_root_dir }}"
|
||||
- version: "{{ riot_version }}"
|
||||
tags: matrix
|
||||
- set_fact: riot_install_mode={{ (install_mode == 'upgrade' and not riot_manage_upgrade) | ternary('none',install_mode) }}
|
||||
tags: matrix
|
||||
- set_fact: riot_current_version={{ current_version | default('') }}
|
||||
tags: matrix
|
||||
|
Reference in New Issue
Block a user