8 lines
159 B
YAML
8 lines
159 B
YAML
---
|
|
- name: clone mastodon repo
|
|
git:
|
|
repo: https://github.com/mastodon/mastodon.git
|
|
dest: /home/mastodon/live
|
|
version: "{{ MASTODON_VERSION }}"
|
|
|