style(networking): name of tasks, use built in module
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2023-02-12 14:48:23 +01:00
parent c3633e3b44
commit a2c01cbdbb
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,6 +1,6 @@
--- ---
- name: restart networkd - name: Restart networkd
ansible.builtin.systemd: ansible.builtin.systemd:
name: "{{ item }}" name: "{{ item }}"
state: restarted state: restarted