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