From e94dce1c40586c0496845fc472b13ae63521fbc2 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Mon, 17 Nov 2025 03:21:12 +1000 Subject: [PATCH] small refactor --- playbooks/apt_repositories.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/apt_repositories.yml b/playbooks/apt_repositories.yml index 48cce36..75ea674 100644 --- a/playbooks/apt_repositories.yml +++ b/playbooks/apt_repositories.yml @@ -1,6 +1,8 @@ --- - name: Manage APT Repositories - hosts: harbor.guaranteedstruggle.host + hosts: + - harbor.guaranteedstruggle.host + - ansible-slut.guaranteedstruggle.host become: true # Required for managing system-level configurations tasks: