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'