syscom-dev-environment/roles/nfs_setup/handlers/main.yml

10 lines
185 B
YAML

- name: restart rpc-gssd
systemd:
name: rpc-gssd
state: restarted
- name: mount all
shell:
# sometimes you gotta do it twice
cmd: mount -a; mount -a
warn: false