mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-07 23:14:58 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
17
roles/glpi/tasks/write_version.yml
Normal file
17
roles/glpi/tasks/write_version.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
|
||||
- name: Write plugin versions
|
||||
shell: echo {{ glpi_plugins[item].version }} > {{ glpi_root_dir }}/meta/glpi_plugin_{{ item }}_ansible_version
|
||||
when:
|
||||
- item not in glpi_installed_plugins
|
||||
- glpi_plugins[item] is defined
|
||||
with_items: "{{ glpi_plugins_to_install }}"
|
||||
changed_when: False
|
||||
tags: glpi
|
||||
|
||||
- import_tasks: ../includes/webapps_post.yml
|
||||
vars:
|
||||
- root_dir: "{{ glpi_root_dir }}"
|
||||
- version: "{{ glpi_version }}"
|
||||
tags: glpi
|
||||
|
Reference in New Issue
Block a user