summaryrefslogtreecommitdiff
path: root/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'create.py')
-rwxr-xr-xcreate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/create.py b/create.py
index 1a0da51..500c8be 100755
--- a/create.py
+++ b/create.py
@@ -134,7 +134,7 @@ class RoleGenerator:
vars:
service_name: {self.service}
template_render_dir: "../templates"
- service_destination_dir: "{{ {self.service}_base }}"
+ service_destination_dir: "{{{{ {self.service}_base }}}}"
"""))
def create_compose_template(self):
@@ -148,7 +148,7 @@ class RoleGenerator:
- {{{{ {self.service}_base }}}}/volumes/data:/data
environment:
- TZ={{{{ timezone }}}}
- - DEPLOYMENET_TIME={{{{ now() }}}}
+ - DEPLOYMENT_TIME={{{{ now() }}}}
networks:
- proxy
healthcheck: