aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfsclient/handlers/main.yml
blob: e6bc07e6168116e1e4daebcb3ff40e4e3215ac3d (plain) (blame)
1
2
3
- name: reload fstab  # noqa: command-instead-of-module ignore-errors
  command: mount -a
  ignore_errors: true
remember that computers suck.