aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfsclient/handlers/main.yml
blob: 3593da04e5be219ec7b071209f893a6e0b12c9fd (plain) (blame)
1
2
3
4
5
---

- name: reload fstab  # noqa: command-instead-of-module ignore-errors
  ansible.builtin.command: mount -a
  ignore_errors: true
remember that computers suck.