proxmox: fix network interface renaming
Use systemd .link files which are "relatively futureproof" according to https://wiki.debian.org/NetworkInterfaceNames .
This commit is contained in:
parent
59c1431f93
commit
e499bbf570
3 changed files with 18 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
- name: update initramfs
|
||||
command: update-initramfs -u -k all
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: reboot
|
||||
reboot:
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue