diff --git a/tasks/dhcpcd.yml b/tasks/dhcpcd.yml index bb3d99c..c0f418b 100644 --- a/tasks/dhcpcd.yml +++ b/tasks/dhcpcd.yml @@ -5,3 +5,4 @@ regexp: "^#hostname" line: "hostname" state: present + become: true