[test]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user