Update to 2023-06-29 16:00

This commit is contained in:
Daniel Berteaud
2023-06-29 16:00:11 +02:00
parent 3e527570d2
commit 1880a55a34
6 changed files with 7 additions and 14 deletions

View File

@@ -4,14 +4,6 @@
package: name={{ squashtm_packages }}
tags: squashtm
- name: Detect exact JRE version
block:
- command: rpm -q java-11-openjdk
changed_when: False
register: squashtm_jre11_version
- set_fact: squashtm_jre11_version={{ squashtm_jre11_version.stdout | trim }}
tags: squashtm
- when: squashtm_install_mode != 'none'
block: