From 9247acf2d2e666d68c306043a61246bd26724c45 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 24 Nov 2023 10:45:39 -0500 Subject: [PATCH] change to hosts: all --- gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.yml b/gitea.yml index efec2a4..6520c3a 100644 --- a/gitea.yml +++ b/gitea.yml @@ -1,6 +1,6 @@ --- - name: Deploy Gitea - hosts: gitea + hosts: all become: true gather_facts: false