debugging

This commit is contained in:
2026-03-10 20:28:06 -05:00
parent cc0fd647ab
commit 86cf979453

View File

@@ -30,7 +30,7 @@
--comment "{{ proxmox_oidc_comment }}" --comment "{{ proxmox_oidc_comment }}"
{% if proxmox_oidc_default_realm %}--default 1{% endif %} {% if proxmox_oidc_default_realm %}--default 1{% endif %}
when: not proxmox_realm_exists when: not proxmox_realm_exists
no_log: true no_log: false # true
- name: Update OIDC realm for Authentik - name: Update OIDC realm for Authentik
ansible.builtin.command: ansible.builtin.command:
@@ -45,7 +45,7 @@
--comment "{{ proxmox_oidc_comment }}" --comment "{{ proxmox_oidc_comment }}"
{% if proxmox_oidc_default_realm %}--default 1{% endif %} {% if proxmox_oidc_default_realm %}--default 1{% endif %}
when: proxmox_realm_exists when: proxmox_realm_exists
no_log: true no_log: false # true
# --- ACL Configuration --- # --- ACL Configuration ---