From 72c9b164b6f430f641b7bd65c2cb51651e2e99cc Mon Sep 17 00:00:00 2001 From: CalvinSteenbergen Date: Thu, 3 Apr 2025 20:43:06 +0200 Subject: [PATCH] test --- linux-update.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/linux-update.yaml b/linux-update.yaml index 5050f55..061ef8a 100644 --- a/linux-update.yaml +++ b/linux-update.yaml @@ -1,14 +1,12 @@ --- -- hosts: docker_servers +- hosts: "{{ target_hosts }}" become: true tasks: - name: Update apt cache ansible.builtin.apt: update_cache: true - become: true - name: Upgrade all packages ansible.builtin.apt: upgrade: dist - autoremove: true - become: true \ No newline at end of file + autoremove: true \ No newline at end of file