[test]
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
# Variables depuis Environment (non-sensibles)
|
# Variables depuis Environment (non-sensibles)
|
||||||
app_env: "{{ lookup('env', 'test') }}"
|
app_env: "{{ lookup('env', 'bw_client_id') }}"
|
||||||
dockerapps_path: /opt/dockerapps
|
dockerapps_path: /opt/dockerapps
|
||||||
gitea_conf: /appdata/gitea/gitea/
|
gitea_conf: /appdata/gitea/gitea/
|
||||||
gitea_db: /appdata/gitea/gitea-db/gitea-db-pg.sql
|
gitea_db: /appdata/gitea/gitea-db/gitea-db-pg.sql
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
############
|
############
|
||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
msg: "{{ app_env }}"
|
msg: "{{ bw_client_id }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
#! fin test
|
#! fin test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user