Ansible_Stamhoofd/roles/build/tasks/main.yml

6 lines
118 B
YAML
Raw Normal View History

2024-08-02 22:20:53 +02:00
---
- name: Build application
shell: |
cd /home/your_user/stamhoofd
./build.sh
register: build_output