mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-12-27 12:00
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
|
||||
- name: Detect exact JRE version
|
||||
command: rpm -q java-11-openjdk-headless
|
||||
args:
|
||||
warn: False
|
||||
changed_when: False
|
||||
register: jitsi_jre11_version
|
||||
tags: unifi
|
||||
@@ -238,7 +236,6 @@
|
||||
command: tar cf {{ unifi_root_dir }}/archives/{{ unifi_current_version.stdout }}.tar.zst --use-compress-program=zstd ./
|
||||
args:
|
||||
chdir: "{{ unifi_root_dir }}/archives/{{ unifi_current_version.stdout }}"
|
||||
warn: False
|
||||
when: unifi_install_mode == 'upgrade'
|
||||
tags: unifi
|
||||
|
||||
|
Reference in New Issue
Block a user