From 444205cdbbfee5385738c93fe0e8cf9d163d44cb Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Sun, 27 Apr 2025 16:17:33 -0500 Subject: [PATCH] Are you serious... --- playbooks/infrastructure/debian_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/infrastructure/debian_update.yml b/playbooks/infrastructure/debian_update.yml index 6b7239b..2078eeb 100644 --- a/playbooks/infrastructure/debian_update.yml +++ b/playbooks/infrastructure/debian_update.yml @@ -3,4 +3,4 @@ hosts: all become: yes roles: - - infrastructure/debian_update + - roles/infrastructure/debian_update