This commit is contained in:
2025-11-11 16:28:30 +01:00
parent 4f6f82c0ef
commit b09b96bd12

View File

@@ -4,7 +4,7 @@
gather_facts: false
vars:
# Variables depuis Environment (non-sensibles)
app_env: "{{ lookup('env', 'test') }}"
app_env: "{{ lookup('env', 'bw_client_id') }}"
dockerapps_path: /opt/dockerapps
gitea_conf: /appdata/gitea/gitea/
gitea_db: /appdata/gitea/gitea-db/gitea-db-pg.sql
@@ -25,7 +25,7 @@
############
- debug:
msg: "{{ app_env }}"
msg: "{{ bw_client_id }}"
delegate_to: localhost
#! fin test