Skip to content

Commit 58d8925

Browse files
author
anandkumarpatel
committed
Merge pull request #208 from CodeNow/fix-group-vars-eru-bad-jinja-value
Do the do.
2 parents a8e2e94 + b2ba954 commit 58d8925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-eru.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: eru
33
container_image: registry.runnable.com/runnable/{{ name }}
44
container_tag: "{{ git_branch }}"
55
repo: git@github.com:CodeNow/{{ name }}.git
6-
hosted_ports: [{{ eru_port }}]
6+
hosted_ports: ["{{ eru_port }}"]
77
node_version: "0.12.0"
88
npm_version: "2.1.18"
99

0 commit comments

Comments
 (0)