worker-image: worker.img ansible: - hosts: worker remote_user: worker become: yes tasks: - apt: name: - build-essential vars: ansible_python_interpreter: /usr/bin/python3 source: /tmp/heippa workspace: /tmp/heippa-workspace build: | rm -rf .git rm -f heippa make ./heippa