From caa82ee65e2342402f2b4d962b433f903a20128b Mon Sep 17 00:00:00 2001 From: SeAndersonT Date: Tue, 25 Mar 2025 13:02:42 -0500 Subject: [PATCH] fixed a role name --- playbooks/install_gitea/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install_gitea/site.yml b/playbooks/install_gitea/site.yml index e765508..aa50207 100644 --- a/playbooks/install_gitea/site.yml +++ b/playbooks/install_gitea/site.yml @@ -3,7 +3,7 @@ hosts: gitea_servers become: true roles: - - common + - install_podman - configure_nfs - configure_network - install_pgdb