mirror: mount /export before starting real work

This commit is contained in:
Timo Makinen 2019-05-10 17:40:00 +03:00
parent 9915d94bf1
commit 9e2cfbd37c

View file

@ -6,5 +6,16 @@
user: root
gather_facts: true
pre_tasks:
- name: mount /export
mount:
name: /export
src: LABEL=/export
fstype: xfs
opts: noatime,noexec,nosuid,nodev
passno: 1
dump: 0
state: mounted
roles:
- base