13 lines
268 B
YAML
13 lines
268 B
YAML
---
|
|
- name: Clone trollibox source
|
|
git:
|
|
repo: https://github.com/polyfloyd/trollibox.git
|
|
version: master
|
|
dest: /opt/trollibox
|
|
accept_hostkey: yes
|
|
notify:
|
|
- rebuild trollibox
|
|
- restart trollibox
|
|
|
|
- name: Initial build
|
|
meta: flush_handlers
|