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: . build: | echo hello, world