add more debugging

main
Guido Grazioli 2021-12-14 14:40:40 +01:00
parent 26ef1eb531
commit b8dad07e5f
1 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,13 @@
- command: "tail -n 100 /opt/keycloak/keycloak.log"
changed_when: False
ignore_errors: True
- debug:
msg: "Virt type: {{ ansible_facts.virtualization_type }} - {{ ansible_facts['virtualization_type'] }}"
changed_when: False
ignore_errors: True
- command: "cat /opt/keycloak/keycloak-service.sh"
changed_when: False
ignore_errors: True
- command: "systemctl status keycloak"
register: keycloak_service_status