mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-09 04:10:27 -07:00
ci: downstream molecule fixes
This commit is contained in:
parent
278a70d627
commit
a33393a477
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
fail_msg: "Service log symlink not correctly created"
|
fail_msg: "Service log symlink not correctly created"
|
||||||
|
|
||||||
- name: Check log file
|
- name: Check log file
|
||||||
become: yes
|
become: true
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: /tmp/keycloak/keycloak.log
|
path: /tmp/keycloak/keycloak.log
|
||||||
register: keycloak_log_file
|
register: keycloak_log_file
|
||||||
|
@ -77,6 +77,7 @@
|
||||||
- not keycloak_default_log_folder.stat.exists
|
- not keycloak_default_log_folder.stat.exists
|
||||||
|
|
||||||
- name: Verify vault SPI in logfile
|
- name: Verify vault SPI in logfile
|
||||||
|
become: true
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
zgrep 'Configured KeystoreVaultProviderFactory with the keystore file' /opt/keycloak/keycloak-*/data/log/keycloak.log*zip
|
zgrep 'Configured KeystoreVaultProviderFactory with the keystore file' /opt/keycloak/keycloak-*/data/log/keycloak.log*zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue