Install deps

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

View file

@ -19,6 +19,12 @@
version=flock2016
clone=yes update=yes
# TODO: Find EPEL packages for these
- name: Install dependencies
command: /bin/npm install
chdir=/srv/regcfp
register: deps
changed_when: "len(deps.stdout) > 0"
- name: copy over the server config
template: src=config.json dest=/srv/regcfp/config/config.json mode=0640