diff --git a/backup.yml b/backup.yml index 0c67d01..08892f4 100644 --- a/backup.yml +++ b/backup.yml @@ -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