This is jinja
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
46c1238731
commit
6c9f12d24a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue