diff options
Diffstat (limited to 'roles/pipeliner/tasks')
-rw-r--r-- | roles/pipeliner/tasks/pipeline.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/pipeliner/tasks/pipeline.yml b/roles/pipeliner/tasks/pipeline.yml index 88ee52f..f3ca30d 100644 --- a/roles/pipeliner/tasks/pipeline.yml +++ b/roles/pipeliner/tasks/pipeline.yml @@ -1,6 +1,6 @@ --- -# TODO: locally check out and build git repo, and upload from that +# TODO: check out and build from repo, and copy into the right place - name: Install pipeline tools copy: src: /home/nick/rescribe/2018-natphil/src/go/src/rescribe.xyz/go.git/bookpipeline/cmd/bookpipeline/bookpipeline @@ -9,6 +9,7 @@ - name: Install systemd unit file copy: src=bookpipeline.service dest=/etc/systemd/system + notify: reload daemons - name: Enable bookpipeline service service: name=bookpipeline enabled=true |