This is jinja

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-01-22 12:42:28 +00:00
parent 46c1238731
commit 6c9f12d24a

View file

@ -24,7 +24,7 @@
command: /bin/npm install
chdir=/srv/regcfp
register: deps
changed_when: "len(deps.stdout) > 0"
changed_when: "deps.stdout|length > 0"
- name: copy over the server config
template: src=config.json dest=/srv/regcfp/config/config.json mode=0640