Files

7 lines
158 B
YAML

---
- name: clone mastodon repo
git:
repo: https://github.com/mastodon/mastodon.git
dest: /home/mastodon/live
version: "{{ MASTODON_VERSION }}"