blender-studio/playbooks/deploy.yaml

10 lines
184 B
YAML

---
- hosts: http
gather_facts: false
become: true
become_user: "{{ user }}"
roles: [common]
tasks:
- import_tasks: tasks/pull.yaml
- import_tasks: tasks/deploy.yaml