Add tasks for platform-specific operations
This commit is contained in:
8
tasks/fedora/networkd.yml
Normal file
8
tasks/fedora/networkd.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Install systemd-networkd
|
||||
become: true
|
||||
dnf:
|
||||
state: latest
|
||||
name:
|
||||
- systemd-resolved
|
||||
- systemd-networkd
|
Reference in New Issue
Block a user