Skip to content
Snippets Groups Projects
Commit 74462e62 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

networking: Don't follow the resolv.conf symlink when setting owner/group

parent ecd08fb7
No related branches found
No related tags found
Loading
......@@ -12,7 +12,7 @@
when: dhcp|default(false)
- name: create symlink to resolv.conf
file: src=/run/systemd/resolve/stub-resolv.conf dest={{ chroot_path }}/etc/resolv.conf state=link force=yes owner=root group=root mode=0644
file: src=/run/systemd/resolve/stub-resolv.conf dest={{ chroot_path }}/etc/resolv.conf state=link force=yes follow=no owner=root group=root
- name: install hcloud-init
copy: src=hcloud-init dest={{ chroot_path }}/usr/local/bin/hcloud-init owner=root group=root mode=0755
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment