From f97193b5f9eb8be124fff105a81c59a7b3a22445 Mon Sep 17 00:00:00 2001 From: Calvin Steenbergen Date: Thu, 3 Apr 2025 19:35:19 +0200 Subject: [PATCH] test --- linux-update.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-update.yaml b/linux-update.yaml index 061ef8a..c3e803b 100644 --- a/linux-update.yaml +++ b/linux-update.yaml @@ -1,6 +1,7 @@ --- -- hosts: "{{ target_hosts }}" +- hosts: docker_servers become: true + become_user: stackautomation tasks: - name: Update apt cache ansible.builtin.apt: