summaryrefslogtreecommitdiff
path: root/heippa.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'heippa.yaml')
-rw-r--r--heippa.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/heippa.yaml b/heippa.yaml
index da402f5..4ec5f9b 100644
--- a/heippa.yaml
+++ b/heippa.yaml
@@ -1,6 +1,14 @@
worker-image: worker.img
-install:
- - build-essential
+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: |