summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-08-15 01:01:38 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-08-20 22:12:03 +0200
commit3cec59363cf5a89788186c860eea47f2a3e6ae7d (patch)
tree9ac88f8d70e37f8776cab70ab6aac850910cbc75
parentmonitoring/graphite/web: make sure to render nginx vhost config template befo... (diff)
always use include_role for nginx/vhost
-rw-r--r--roles/elevate/liquidtruth/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/elevate/liquidtruth/tasks/main.yml b/roles/elevate/liquidtruth/tasks/main.yml
index aa73adb5..9f1ef3ad 100644
--- a/roles/elevate/liquidtruth/tasks/main.yml
+++ b/roles/elevate/liquidtruth/tasks/main.yml
@@ -12,8 +12,6 @@
import_tasks: nodejs.yml
- name: configure nginx vhost
- import_role:
- name: nginx/vhost
vars:
nginx_vhost:
name: liquidtruth
@@ -24,6 +22,8 @@
locations:
'/':
proxy_pass: "http://127.0.0.1:8080"
+ include_role:
+ name: nginx/vhost
- name: create app user
user: