2
0
Fork 0
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.
ansible.mounts/handlers/main.yml

12 lines
195 B
YAML
Raw Normal View History

2017-07-21 15:35:34 +02:00
---
# handlers file for mounts
- name: restart fs.target
systemd:
name: "{{ item }}"
state: restarted
daemon_reload: yes
with_items:
- local-fs.target
- remote-fs.target