ansible_qemu_ceph_xcat_test.../cluster/roles/autofs/handlers/main.yml

7 lines
136 B
YAML
Raw Permalink Normal View History

2022-11-30 12:05:03 +00:00
---
- name: Restart autofs
ansible.builtin.systemd:
name: autofs
state: restarted
enabled: true
listen: "Restart autofs"