Run setup tasks before roles on vm-media-1

This commit is contained in:
Salt 2021-11-10 19:11:10 -06:00
parent f3b12234c0
commit 7f7a0fd2ba

View File

@ -7,7 +7,7 @@
state: started
restart_policy: unless-stopped
pull: yes
tasks:
pre_tasks:
- name: assure nfs mount directory
file: path=/data state=directory mode=0755
tags: [ pis, storage ]