From 75699460f70819545369337c5f3756e211c6cf55 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Oct 2023 22:33:43 +0200 Subject: [PATCH] upt playbook --- playbooks/00_local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/00_local.yml b/playbooks/00_local.yml index 4661488..91431ce 100644 --- a/playbooks/00_local.yml +++ b/playbooks/00_local.yml @@ -1,7 +1,7 @@ - hosts: localhost1 name: Apt udate connection: local - become: true + ansible_user: root tasks: - name: Apt exclude linux-dtb-current-meson64 ansible.builtin.shell: 'apk update'