From 2aebfe22e6d6b6418d0a98e246d5057ca22b282d Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 24 Aug 2023 21:21:19 +0200 Subject: [PATCH] fix: become to dhcpcd --- tasks/dhcpcd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/dhcpcd.yml b/tasks/dhcpcd.yml index 865d7da..40eddba 100644 --- a/tasks/dhcpcd.yml +++ b/tasks/dhcpcd.yml @@ -3,6 +3,7 @@ community.general.pacman: name: dhcpcd state: present + become: true - name: Change hostname setting ansible.builtin.lineinfile: dest: /etc/dhcpcd.conf