Fixes.
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 54s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Failing after 2m22s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (lunafreya) (push) Successful in 6m31s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (aranea) (push) Successful in 6m33s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 6m35s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Failing after 6m41s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (aranea) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (lunafreya) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Has been skipped

This commit is contained in:
2026-07-13 12:52:45 -04:00
parent b6b2d83a0d
commit b0db1cc62c
2 changed files with 11 additions and 11 deletions
@@ -1,7 +1,7 @@
{% import 'app-configs/_macros/hashivault_kv2.j2' as vault %}
{
"api_key": "{{ vault.kv2_field\('env', 'HOME_ASSISTANT_LONG_LIVED_TOKEN', vault_engine_mount_point) }}",
"api_key": "{{ vault.kv2_field('env', 'HOME_ASSISTANT_LONG_LIVED_TOKEN', vault_engine_mount_point) }}",
"host": "192.168.1.252:8123",
"__mycroft_skill_firstrun": false
}