mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
14 lines
315 B
YAML
14 lines
315 B
YAML
---
|
|
- name: Rebuild initramfs
|
|
ansible.builtin.command: dracut --force
|
|
listen: Rebuild initramfs
|
|
|
|
- name: Reload exports
|
|
ansible.builtin.command: exportfs -ra
|
|
listen: Reload exports
|
|
|
|
- name: Restart nfs-server
|
|
ansible.builtin.systemd:
|
|
name: nfs-server
|
|
state: restarted
|
|
listen: Restart nfs-server
|