14 lines
298 B
YAML
14 lines
298 B
YAML
---
|
|
# Communication services - Social media, messaging, and external communication
|
|
|
|
- name: Install gotosocial
|
|
import_tasks: gotosocial.yml
|
|
tags: gotosocial
|
|
|
|
- name: Install postiz
|
|
import_tasks: postiz.yml
|
|
tags: postiz
|
|
|
|
- name: Install listmonk
|
|
import_tasks: listmonk.yml
|
|
tags: listmonk |