summaryrefslogtreecommitdiff
path: root/j2/dba/cluster.j2
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2021-01-12 22:04:57 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2021-01-12 22:04:57 +0100
commit34bb772073b1954ac95b4f1491236eb8b063ef83 (patch)
tree521b330c79b8146b4d6ac3b6a56d547cd8b9868c /j2/dba/cluster.j2
parent250cb0fb4fa9787c78b73b44425676cfec3a7944 (diff)
downloadrules-sandbox-34bb772073b1954ac95b4f1491236eb8b063ef83.tar.gz
rules-sandbox-34bb772073b1954ac95b4f1491236eb8b063ef83.tar.bz2
rules-sandbox-34bb772073b1954ac95b4f1491236eb8b063ef83.tar.xz
rules-sandbox-34bb772073b1954ac95b4f1491236eb8b063ef83.zip
Fixing host in ansible files.
Diffstat (limited to 'j2/dba/cluster.j2')
-rw-r--r--j2/dba/cluster.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/j2/dba/cluster.j2 b/j2/dba/cluster.j2
index 87973ff..045fbcd 100644
--- a/j2/dba/cluster.j2
+++ b/j2/dba/cluster.j2
@@ -4,7 +4,7 @@
{%- for m, containers in containersByMachine.entrySet() %}
---
- host:
- - {{ m }}
+ - {{ m.name }}
tasks:
import_role:
name: docker-service