diff --git a/ansible-set-static-ip.yml b/ansible-set-static-ip.yml index d485868..c38fdc9 100644 --- a/ansible-set-static-ip.yml +++ b/ansible-set-static-ip.yml @@ -1,7 +1,7 @@ --- - name: IP von DHCP auf Static ändern basierend auf individuellen envs Dateien hosts: all - become: yes + become: true vars: interface_name: 'Wired\ connection\ 1' tasks: