Remount network shares when recovering cluster

This commit is contained in:
IamTheFij 2023-09-27 21:26:44 -07:00
parent b29f405090
commit df4737655a
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
state: stopped
become: true
- name: Remount all shares
command: mount -a
become: true
- name: Get node-id
slurp:
src: /var/nomad/server/node-id