keycloak_quarkus: add selected java to PATH in systemd unit (#34)

This commit is contained in:
Guido Grazioli
2022-05-31 10:43:55 +02:00
committed by GitHub
parent d5a63f55f9
commit 8454f5c341
5 changed files with 2 additions and 5 deletions

View File

@@ -2,10 +2,6 @@
- name: Prepare
hosts: all
tasks:
- name: Disable beta repos
ansible.builtin.command: yum config-manager --disable '*beta*'
ignore_errors: yes
- name: Install sudo
ansible.builtin.yum:
name: sudo