Update to 2022-12-27 12:00

This commit is contained in:
Daniel Berteaud
2022-12-27 12:00:12 +01:00
parent 2ffea0d4cb
commit 1a24e65c5b
48 changed files with 7 additions and 72 deletions

View File

@@ -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