From c7e1a21363176110ce300d7c1899a04fc4e074f3 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 22 Oct 2025 21:43:51 -0400 Subject: [PATCH] add mastodon to deploy --- main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.yml b/main.yml index cd02531..c764cf5 100644 --- a/main.yml +++ b/main.yml @@ -116,6 +116,9 @@ - name: Deploy Owncloud import_tasks: tasks/owncloud.yml tags: owncloud_deploy + - name: Deploy Mastodon + import_tasks: tasks/mastodon.yml + tags: mastodon_deploy - hosts: nas