ansible-role-basic-system-s.../handlers/main.yml

10 lines
165 B
YAML
Raw Normal View History

2020-05-21 13:05:50 +02:00
---
- name: Netplan Apply
ansible.builtin.command:
cmd: netplan apply
2024-03-06 19:11:44 +01:00
- name: Restart autofs
ansible.builtin.service:
name: autofs
state: restarted