Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
74462e62
Commit
74462e62
authored
Jul 30, 2021
by
Kristian Klausen
🎉
Browse files
networking: Don't follow the resolv.conf symlink when setting owner/group
parent
ecd08fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/networking/tasks/main.yml
View file @
74462e62
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment