--- # TODO: locally check out and build git repo, and upload from that - name: Install pipeline tools copy: src=/home/nick/rescribe/2018-natphil/src/go/src/rescribe.xyz/go.git/bookpipeline/cmd/bookpipeline dest=/usr/local/bin - name: Install systemd unit file copy: src=bookpipeline.service dest=/etc/systemd/system - name: Enable bookpipeline service service: name=bookpipeline enabled=true