This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
---
|
|
# handlers file for mounts
|
|
|
|
- name: restart fs.target
|
|
systemd:
|
|
name: "{{ item }}"
|
|
state: restarted
|
|
daemon_reload: yes
|
|
with_items:
|
|
- local-fs.target
|
|
- remote-fs.target
|